#8589 closed (fixed)
admin logout url broken
Reported by: | Nicola | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | dev |
Severity: | Keywords: | ||
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
If you click on the app link in admin interface and then logout the url is broken.
For examples if you have an app named 'test' in the admin interface there is an href on 'test' if you follow the href and the click logout the logout url will be /admin/test/logout the correct one is /admin/logout,
regards
drakkan
Note:
See TracTickets
for help on using tickets.
(In [8617]) Fixed #8589 -- Fixed the URL for the logout link on the app_index page in admin.