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

Fix confirm message on actions

    XMLWordPrintable

    Details

    • Type: Bug
    • Status: Resolved
    • Priority: Minor
    • Resolution: Won't Fix
    • Affects Version/s: 8.2
    • Fix Version/s: 11.x
    • Component/s: Actions & Filters
    • Team:
      AT

      Description

      It seems that the mechanism to generate confirm messages on actions is broken when JSF optimizations are enabled (see NXP-17681), this is visible on the jenkins report module action: the confirm message does not appear anymore when clicking on "send email" the button.

      Sample conf:

      <extension point="actions" target="org.nuxeo.ecm.platform.actions.ActionService">
      
        <action id="JenkinsReportSendMail">
          <properties>
            <property name="confirmMessage">label.jenkins.sendMail.confirm</property>
            <propertyList name="confirmMessageArgs">
              <value>#{docSuggestionActions.getDocumentWithId(currentSuperSpace.id).getPropertyValue('jenkinsreports:report_email')}</value>
            </propertyList>
          </properties>
        </action>
      
      </extension>
      

        Attachments

          Issue Links

            Activity

              People

              • Assignee:
                atchertchian Anahide Tchertchian
                Reporter:
                atchertchian Anahide Tchertchian
                Participants:
              • Votes:
                0 Vote for this issue
                Watchers:
                1 Start watching this issue

                Dates

                • Created:
                  Updated:
                  Resolved: