XMLWordPrintable

    Details

    • Upgrade notes:
      Hide

      To keep the old behavior about re-rendering on the 'summary_current_document_tagging' widget, the 'ajaxReRender' property need to be defined on the widget instance.
      To display the label, the 'handleLabels' control needs to be added to the widget definition.

      <widget name="summary_current_document_tagging">
      ...
      <controls mode="any">
      ...
      <control name="handleLabels">true</control>
      </controls>
      <properties mode="any">
      <property name="ajaxReRender">MultiTreeView</property>
      </properties>
      ...
      </widget>

      Show
      To keep the old behavior about re-rendering on the 'summary_current_document_tagging' widget, the 'ajaxReRender' property need to be defined on the widget instance. To display the label, the 'handleLabels' control needs to be added to the widget definition. <widget name="summary_current_document_tagging"> ... <controls mode="any"> ... <control name="handleLabels">true</control> </controls> <properties mode="any"> <property name="ajaxReRender">MultiTreeView</property> </properties> ... </widget>

      Description

      Improve the existing tags widget displaying the document tags to make it work correctly in DAM.

      Add a new widget to be used in search forms to select a list of tags.
      The default operator will be OR between the tags (to be consistent with other widget allowing multiple selections).

        Attachments

          Issue Links

            Activity

              People

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

                Dates

                • Created:
                  Updated:
                  Resolved: