Opened 17 years ago
Closed 16 years ago
#6012 closed (duplicate)
FilteredSelectMultiple widget is broken in newforms-admin
Reported by: | Owned by: | nobody | |
---|---|---|---|
Component: | contrib.admin | Version: | newforms-admin |
Severity: | Keywords: | nfa-someday | |
Cc: | Triage Stage: | Design decision needed | |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
FilteredSelectMultiple
does not have a Media class. As a result SelectBox.js
and SelectFilter2.js
are not loaded.
Attachments (1)
Change History (5)
by , 17 years ago
comment:1 by , 17 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:2 by , 17 years ago
Keywords: | nfa-blocker added |
---|
comment:3 by , 17 years ago
Keywords: | nfa-someday added; nfa-blocker removed |
---|---|
Triage Stage: | Ready for checkin → Design decision needed |
The Javascript dependancies are actually loaded in the ModelAdmin
. I am bumping this down to nfa-someday and DDN since it might be better to be loaded in the widget and not in
ModelAdmin
.
comment:4 by , 16 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
#8058 has a more up to date patch for this issue.
Note:
See TracTickets
for help on using tickets.
Looks like loss of function vs. old admin, so marking blocking merge.