Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#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 Tim Graham, 7 years ago

Triage Stage: UnreviewedReady for checkin

comment:2 by Tim Graham <timograham@…>, 7 years ago

Resolution: fixed
Status: newclosed

In fb7e0e0:

Fixed #27850 -- Made RelatedFieldWidgetWrapper call render() of the wrapped widget.

comment:3 by Tim Graham <timograham@…>, 7 years ago

In 808d33c:

[1.11.x] Fixed #27850 -- Made RelatedFieldWidgetWrapper call render() of the wrapped widget.

Backport of fb7e0e01af5364987de7fc95ae4d66e22130f2bc from master

Note: See TracTickets for help on using tickets.
Back to Top