Skip to content

Commit 2b0b334

Browse files
committed
Fixed: Error rendering included form "MandatoryWorkEfforts" when approving parent production run (OFBIZ-13223)
Thanks to Yashwant Dhakad for the fix
1 parent c299c08 commit 2b0b334

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

applications/manufacturing/widget/manufacturing/JobshopScreens.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ under the License.
227227
</condition>
228228
<widgets>
229229
<screenlet title="${uiLabelMap.ManufacturingMandatoryWorkEfforts}">
230-
<include-form name="MandatoryWorkEfforts" location="component://manufacturing/widget/manufacturing/ProductionRunForms.xml"/>
230+
<include-grid name="MandatoryWorkEfforts" location="component://manufacturing/widget/manufacturing/ProductionRunForms.xml"/>
231231
</screenlet>
232232
</widgets>
233233
</section>
@@ -237,7 +237,7 @@ under the License.
237237
</condition>
238238
<widgets>
239239
<screenlet title="${uiLabelMap.ManufacturingDependentWorkEfforts}">
240-
<include-form name="DependentWorkEfforts" location="component://manufacturing/widget/manufacturing/ProductionRunForms.xml"/>
240+
<include-grid name="DependentWorkEfforts" location="component://manufacturing/widget/manufacturing/ProductionRunForms.xml"/>
241241
</screenlet>
242242
</widgets>
243243
</section>
@@ -346,10 +346,10 @@ under the License.
346346
<decorator-screen name="CommonJobshopDecorator" location="${parameters.commonJobshopDecorator}">
347347
<decorator-section name="body">
348348
<screenlet title="${uiLabelMap.ManufacturingPrecedingProductionRun}">
349-
<include-form name="MandatoryWorkEfforts" location="component://manufacturing/widget/manufacturing/ProductionRunForms.xml"/>
349+
<include-grid name="MandatoryWorkEfforts" location="component://manufacturing/widget/manufacturing/ProductionRunForms.xml"/>
350350
</screenlet>
351351
<screenlet title="${uiLabelMap.ManufacturingSucceedingProductionRun}">
352-
<include-form name="DependentWorkEfforts" location="component://manufacturing/widget/manufacturing/ProductionRunForms.xml"/>
352+
<include-grid name="DependentWorkEfforts" location="component://manufacturing/widget/manufacturing/ProductionRunForms.xml"/>
353353
</screenlet>
354354
</decorator-section>
355355
</decorator-screen>

0 commit comments

Comments
 (0)