Author: pgil
Date: Thu Apr 26 15:45:31 2018
New Revision: 1830238
URL:
http://svn.apache.org/viewvc?rev=1830238&view=revLog:
Improved: Change the display condition on the added link
(OFBIZ-10371)
This way to write the condition is easier for the eye, thanks Nicolas for the suggestion
Modified:
ofbiz/ofbiz-framework/trunk/framework/webtools/widget/ServiceForms.xml
Modified: ofbiz/ofbiz-framework/trunk/framework/webtools/widget/ServiceForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-framework/trunk/framework/webtools/widget/ServiceForms.xml?rev=1830238&r1=1830237&r2=1830238&view=diff==============================================================================
--- ofbiz/ofbiz-framework/trunk/framework/webtools/widget/ServiceForms.xml (original)
+++ ofbiz/ofbiz-framework/trunk/framework/webtools/widget/ServiceForms.xml Thu Apr 26 15:45:31 2018
@@ -105,7 +105,7 @@ under the License.
<parameter param-name="jobId"/>
</hyperlink>
</field>
- <field name="resetButton" title=" " use-when="'SERVICE_CRASHED'.equals(statusId)" widget-style="buttontext">
+ <field name="resetButton" title=" " use-when="'SERVICE_CRASHED' == statusId" widget-style="buttontext">
<hyperlink also-hidden="false" description="${uiLabelMap.WebtoolsResetJob}" target="resetJob">
<parameter param-name="jobId"/>
</hyperlink>