mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-24 14:43:08 +03:00
🐛 Fixed incorrect edit redirect for authors
closes https://github.com/TryGhost/Ghost/issues/13942 - Admin routes were updated, and the author page was moved under the settings route, but the /edit redirect was missed
This commit is contained in:
parent
68127cf4d4
commit
620059c7b4
@ -54,7 +54,7 @@ module.exports.TAXONOMIES = {
|
||||
},
|
||||
author: {
|
||||
filter: 'authors:\'%s\'',
|
||||
editRedirect: '#/staff/:slug/',
|
||||
editRedirect: '#/settings/staff/:slug/',
|
||||
resource: 'authors'
|
||||
}
|
||||
};
|
||||
|
@ -54,7 +54,7 @@ module.exports.TAXONOMIES = {
|
||||
},
|
||||
author: {
|
||||
filter: 'authors:\'%s\'',
|
||||
editRedirect: '#/staff/:slug/',
|
||||
editRedirect: '#/settings/staff/:slug/',
|
||||
resource: 'authors'
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user