Show proper file name when fetching details fails
Signed-off-by: Julius Härtl <jus@bitgrid.net>
This commit is contained in:
parent
cc38f28391
commit
af4139ce64
|
@ -2949,8 +2949,8 @@
|
|||
deferred.resolve(status, data);
|
||||
})
|
||||
.fail(function(status) {
|
||||
OC.Notification.show(t('files', 'Could not create file "{file}"',
|
||||
{file: name}), {type: 'error'}
|
||||
OCP.Toast.error(
|
||||
t('files', 'Could not fetch file details "{file}"', { file: fileName })
|
||||
);
|
||||
deferred.reject(status);
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue