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

Allow the deactivation of DoubleClickShield in action contribution

    XMLWordPrintable

    Details

      Description

      In some use cases, in the case of a download for example, the DoubleClickShield does not allow another click on the action because the marker for request completion is still present.
      It would be useful to allow the deactivation of the DoubleClickShield when defining the contribution of the action with a new property like :

      <action id="WORKLIST_EXPORT" link="#{clipboardActions.exportWorklistAsZip()}"
            label="command.clipboard.zipExport" icon="/icons/action_export_zip.gif">
            <category>DEFAULT_LIST</category>
            <filter id="currentWorkListIsNotEmpty2">
              <rule grant="false">
                <condition>#{clipboardActions.workListEmpty}</condition>
              </rule>
            </filter>
            <properties>
              <property name="disableDoubleClickShiekd">true</property>
            </properties>
          </action>
      

      By default, the value of this property is "false".

        Attachments

          Activity

            People

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

              Dates

              • Created:
                Updated:
                Resolved: