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/27 05:55:43 UTC

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

Author: pgil
Date: Fri Apr 27 05:55:43 2018
New Revision: 1830294

URL: http://svn.apache.org/viewvc?rev=1830294&view=rev
Log:
Reverted : Add a link onto a crashed Job to reset it
(OFBIZ-10371)

Thanks Scott for the review

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=1830294&r1=1830293&r2=1830294&view=diff
==============================================================================
--- ofbiz/ofbiz-framework/trunk/framework/webtools/widget/ServiceForms.xml (original)
+++ ofbiz/ofbiz-framework/trunk/framework/webtools/widget/ServiceForms.xml Fri Apr 27 05:55:43 2018
@@ -105,11 +105,6 @@ under the License.
                 <parameter param-name="jobId"/>
             </hyperlink>
         </field>
-        <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>
-        </field>
     </form>
     <form name="JobDetails" type="single">
         <auto-fields-entity entity-name="JobSandbox" map-name="job" default-field-type="display"/>