Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#28414 closed Bug (fixed)

ClearableFileInput doesn't work properly as subwidget of MultiWidget

Reported by: Roman Selivanov Owned by: nobody
Component: Forms Version: 1.11
Severity: Normal Keywords: ClearableFileInput MultiWidget
Cc: 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

The forms.widgets.ClearableFileInput widget (used, e.g., by the admin app) render only input tag (even it have initial value and not required) when it subwidget of MultiWidget.

Change History (6)

comment:1 by Roman Selivanov, 7 years ago

comment:2 by Roman Selivanov, 7 years ago

Has patch: set

comment:3 by Tim Graham, 7 years ago

Triage Stage: UnreviewedReady for checkin

comment:4 by Tim Graham, 7 years ago

Summary: ClearableFileInput's dont't work properly as subwidget of MultiWidgetClearableFileInput doesn't work properly as subwidget of MultiWidget

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

Resolution: fixed
Status: newclosed

In d4da3968:

Fixed #28414 -- Fixed ClearableFileInput rendering as a subwidget of MultiWidget.

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

In 99d5059d:

[1.11.x] Fixed #28414 -- Fixed ClearableFileInput rendering as a subwidget of MultiWidget.

Backport of d4da39685b5974849c73e4c4dc6e07dfdf21c67a from master

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