Fix link to external storage settings on error notification
Signed-off-by: Felix A. Epp <work@felixepp.de>
This commit is contained in:
parent
8f4ec8583d
commit
c911a876bf
|
@ -182,7 +182,7 @@ OCA.External.StatusManager = {
|
|||
} else {
|
||||
OC.dialogs.confirm(t('files_external', 'There was an error with message: ') + mountData.error + '. Do you want to review mount point config in admin settings page?', t('files_external', 'External mount error'), function (e) {
|
||||
if (e === true) {
|
||||
OC.redirect(OC.generateUrl('/settings/admin#files_external'));
|
||||
OC.redirect(OC.generateUrl('/settings/admin/externalstorages'));
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue