Mentions légales du service

Skip to content
Snippets Groups Projects

NPD-25: Disable Analyze button in MCA Result

Merged Achraf Achkari requested to merge feature/NPD-25-disable-validation into develop
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -147,7 +147,7 @@
styleClass="gzl-btn-blue" render="resultForm" execute="@form" />
<a4j:commandButton styleClass="gzl-btn-blue" id="reusedMessageButton" action="#{analyzerBean.execute()}"
value="#{messages['net.ihe.gazelle.mca.ReAnalyze']}" rendered="#{!analyzerBean.getParentAnalyzedObjectPart().isEmpty()}"/>
value="#{messages['net.ihe.gazelle.mca.ReAnalyze']}" rendered="#{analyzerBean.isValidationEnabled() and !analyzerBean.getParentAnalyzedObjectPart().isEmpty()}"/>
</s:div>
</ui:define>
</ui:decorate>
Loading