Opened 6 years ago

Closed 6 years ago

Last modified 6 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 Changed 6 years ago by Roman Selivanov

comment:2 Changed 6 years ago by Roman Selivanov

Has patch: set

comment:3 Changed 6 years ago by Tim Graham

Triage Stage: UnreviewedReady for checkin

comment:4 Changed 6 years ago by Tim Graham

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

comment:5 Changed 6 years ago by Tim Graham <timograham@…>

Resolution: fixed
Status: newclosed

In d4da3968:

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

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

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