Opened 10 years ago
Closed 10 years ago
#22733 closed Bug (duplicate)
adminsite change_list save bug
Reported by: | anonymous | Owned by: | nobody |
---|---|---|---|
Component: | Uncategorized | Version: | 1.6 |
Severity: | Normal | Keywords: | changelist save |
Cc: | Triage Stage: | Unreviewed | |
Has patch: | no | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
in the admin changelist_view page, if you edit several rows, and click save button, the objects may be updated not as what they should by.
you can recurrence it by open the changelist page, and open another tab to add a record, now, change the 20th row in the changelist page, then click save.it will update the wrong object
I have checkout out what cause this bug, it is because of pagination, i just wonder why not use the ids of objs query from db to match the post data rather than use the pagination!
I think this is a duplicate of #11313.