Opened 18 years ago
Last modified 16 years ago
#7179 closed
[newforms-admin] - 403 HTTP error on breadcrumb if no 'change' permission — at Initial Version
| Reported by: | Alen Ribic | Owned by: | Alen Ribic |
|---|---|---|---|
| Component: | contrib.admin | Version: | newforms-admin |
| Severity: | Keywords: | nfa-someday | |
| Cc: | alen.ribic@… | Triage Stage: | Ready for checkin |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
If permission is restricted to only allow 'user' or 'group' to 'add' model, then breadcrumb raises a 403 error if clicked on from the add view form.
===================================================
<a>Home</a> > <a>ModelToChange</a> > Add Add
===================================================
Middle one shouldn't be a link if there is no 'change' permission.
Note:
See TracTickets
for help on using tickets.