Uploaded image for project: 'Nuxeo Platform'
  1. Nuxeo Platform
  2. NXP-13843

Displaying filename with extension in DAM listing does not work

    XMLWordPrintable

    Details

    • 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

      Description

      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.

        Attachments

          Activity

            People

            • Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: