-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.8.0-HF08, 5.9.3
-
Component/s: DAM
Overriding the dam_listing_selection widget to force the extension to be displayed does not work:
<require>org.nuxeo.dam.contentviews</require> <extension target="org.nuxeo.ecm.platform.forms.layout.WebLayoutManager" point="widgets"> <widget name="dam_listing_selection" type="dam_listing_selection"> <labels> <label mode="any"></label> </labels> <fields> <field>data</field> <field>selected</field> <field>data.ref</field> </fields> <properties widgetMode="any"> <property name="hideExtension">false</property> </properties> </widget> </extension>
The widget template title_widget_template.xhtml does not handle correctly the hideExtension property.