#27850 closed Bug (fixed)
Admin Related Widget Wrapper ignores custom render()
Reported by: | Collin Anderson | Owned by: | nobody |
---|---|---|---|
Component: | contrib.admin | Version: | 1.11 |
Severity: | Release blocker | Keywords: | |
Cc: | cmawebsite@… | Triage Stage: | Ready for checkin |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Admin Related Widget Wrapper does not call the render()
method of the wrapped widget. We can't expect custom widgets to support template based rendering, so we need to call the render()
method.
Change History (3)
comment:1 by , 8 years ago
Triage Stage: | Unreviewed → Ready for checkin |
---|
comment:2 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
In fb7e0e0: