-
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
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>
- is required by
-
NXP-17681 Optimize actions rendering in JSF
- Resolved