Author: jleroux
Date: Sat Apr 30 21:24:03 2016
New Revision: 1741817
URL: http://svn.apache.org/viewvc?rev=1741817&view=rev
Log:
An enhanced patch from Christian Carlow for "Add ability to change Routing
statuses" - https://issues.apache.org/jira/browse/OFBIZ-6307
Only ROU_ACTIVE statusItem exists for statusTypeId ROUTING_STATUS. Adding
another such as ROU_INACTIVE would allow for more control over routings. Doing
so entails adding the statusId to the find and edit screens.
ROU_INACTIVE was add as a StatusItem and currentStatusId was added to the
routing find form as a multi-drop down
jleroux: I added use of common/webcommon/includes/setMultipleSelectJs.ftl and
French labels
Oops, just spotted that I applied the patch I attached to the issue, since then
setMultipleSelectJs.ftl has moved! This fixes the previous commit
Modified:
ofbiz/trunk/applications/manufacturing/widget/manufacturing/RoutingScreens.xml
Modified:
ofbiz/trunk/applications/manufacturing/widget/manufacturing/RoutingScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/manufacturing/widget/manufacturing/RoutingScreens.xml?rev=1741817&r1=1741816&r2=1741817&view=diff
==============================================================================
---
ofbiz/trunk/applications/manufacturing/widget/manufacturing/RoutingScreens.xml
(original)
+++
ofbiz/trunk/applications/manufacturing/widget/manufacturing/RoutingScreens.xml
Sat Apr 30 21:24:03 2016
@@ -101,7 +101,7 @@ under the License.
<widgets>
<decorator-screen name="CommonManufacturingDecorator"
location="${parameters.commonManufacturingDecoratorLocation}">
<decorator-section name="body">
- <platform-specific><html><html-template
location="component://common/webcommon/includes/setMultipleSelectJs.ftl"/></html></platform-specific>
+ <platform-specific><html><html-template
location="component://common/template/includes/setMultipleSelectJs.ftl"/></html></platform-specific>
<section>
<widgets>
<decorator-screen name="FindScreenDecorator"
location="component://common/widget/CommonScreens.xml">