Skip to content

Commit 7e6f829

Browse files
Merge pull request #2343 from nextcloud/fix-exteranl-storage-redirect
[Minor] Fix link to external storage settings on error notification
2 parents 9788cf0 + c911a87 commit 7e6f829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/files_external/js/statusmanager.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ OCA.External.StatusManager = {
182182
} else {
183183
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) {
184184
if (e === true) {
185-
OC.redirect(OC.generateUrl('/settings/admin#files_external'));
185+
OC.redirect(OC.generateUrl('/settings/admin/externalstorages'));
186186
}
187187
});
188188
}

0 commit comments

Comments
 (0)