Opened 18 years ago
Closed 17 years ago
#6819 closed (fixed)
[newforms-admin] Delete view raises 403 after deletion by user with only delete permission
| Reported by: | Robert Myers | Owned by: | Robert Myers |
|---|---|---|---|
| Component: | contrib.admin | Version: | newforms-admin |
| Severity: | Keywords: | ||
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
If you attempt to delete an object of a type where you only have delete permissions for you are redirected to the change list view, which raises a 403.
Attachments (1)
Change History (3)
by , 18 years ago
| Attachment: | 6819.patch added |
|---|
comment:1 by , 18 years ago
| Has patch: | set |
|---|
comment:2 by , 17 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
(In [7588]) newforms-admin: Fixed #6819 -- When the user does not have change permission avoid redirecting to the changelist view after deleting an object. Thanks rmyers!