Author: pgil
Date: Thu Apr 26 15:27:50 2018
New Revision: 1830236
URL:
http://svn.apache.org/viewvc?rev=1830236&view=revLog:
Implemented: Add a link onto a crashed Job to reset it
(OFBIZ-10371)
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=1830236&r1=1830235&r2=1830236&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:27:50 2018
@@ -105,6 +105,11 @@ under the License.
<parameter param-name="jobId"/>
</hyperlink>
</field>
+ <field name="resetButton" title=" " use-when="'SERVICE_CRASHED'.equals(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"/>