Changes between Initial Version and Version 3 of Ticket #29969
- Timestamp:
- Nov 20, 2018, 11:14:24 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29969
- Property Component Uncategorized → contrib.admin
- Property Severity Normal → Release blocker
- Property Triage Stage Unreviewed → Accepted
- Property Type Uncategorized → Bug
-
Ticket #29969 – Description
initial v3 3 3 Make a modeladmin with save_as=True, and one unique field, with an inline where the user only has 'view' permission. 4 4 5 Create an instance. Open it, press "save as new". This will result in the validation error, as it should, but the inline is shown as editable with 3 extra fields (ignoring the actual extra setting). 5 Create an instance. Open it, press "save as new". 6 7 This will result in the validation error, as it should, but the inline is shown as editable with empty forms. The number of forms corresponds to the number of inline forms. 6 8 7 9 If the unique field is changed, even if the data is entered in the inline form, nothing is saved (so there is no security issue, it just looks bad).