You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by pg...@apache.org on 2018/04/26 15:45:31 UTC

svn commit: r1830238 - /ofbiz/ofbiz-framework/trunk/framework/webtools/widget/ServiceForms.xml

Author: pgil
Date: Thu Apr 26 15:45:31 2018
New Revision: 1830238

URL: http://svn.apache.org/viewvc?rev=1830238&view=rev
Log:
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>