Changes between Initial Version and Version 3 of Ticket #7179
- Timestamp:
- Jun 16, 2008, 11:21:35 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7179
- Property Summary [newforms-admin] - 403 HTTP error on breadcrumb if no 'change' permission → [newforms-admin] - Standard 403 error page on breadcrumb if no 'change' permission
- Property Keywords nfa-someday added
-
Ticket #7179 – Description
initial v3 1 1 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. 2 2 3 {{{ 3 4 =================================================== 4 5 <a>Home</a> > <a>ModelToChange</a> > Add Add 5 6 =================================================== 7 }}} 6 8 7 9 Middle one shouldn't be a link if there is no 'change' permission.