Opened 15 years ago
Closed 15 years ago
#15498 closed (worksforme)
selectfilter broken when there are multiple in a admin
| Reported by: | Owned by: | nobody | |
|---|---|---|---|
| Component: | contrib.admin | Version: | 1.2 |
| Severity: | Keywords: | selectfilter | |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description
When there are multiple selectfilters (filter_horizontal/filter_vertical), on an admin page, the data isn't transmitted when you submit the form. All data in the Many2ManyField is deleted.
This bug depends on the browser:
Works correct in Firefox, works incorrect in Internet Explorer 8 & Opera 11.01.
As attachment I've added a quickly written jQuery plugin.
Attachments (1)
Change History (2)
by , 15 years ago
| Attachment: | jquery.multiselectfilter.js added |
|---|
comment:1 by , 15 years ago
| Has patch: | set |
|---|---|
| Resolution: | → worksforme |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Two problems here:
However, the second point is moot given that you haven't provided enough detail to reproduce the problem you are seeing.