Opened 2 years ago
Closed 2 years ago
#34751 closed Bug (duplicate)
FilteredSelectMultiple ignores select optgroup
| Reported by: | rzrwolf | Owned by: | nobody |
|---|---|---|---|
| Component: | contrib.admin | Version: | 4.2 |
| Severity: | Normal | Keywords: | FilteredSelectMultiple optgroups |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | no | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description (last modified by )
FilteredSelectMultiple ignores all optgroups defined, however simple Select and SelectMultiple lists optgroups as defined.
So far tracked issue to the FilteredSelectMultiple own javascript:
contrib\admin\static\admin\js\SelectFilter2.js
It seems script just ignores/cleanes optgroups tags
Is it possible to fix this issue? Can someone please make a quick look?
Change History (2)
comment:1 by , 2 years ago
| Description: | modified (diff) |
|---|
comment:2 by , 2 years ago
| Resolution: | → duplicate |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Duplicate of #13883.