Author: jacopoc
Date: Mon Jul 31 02:51:24 2006
New Revision: 427060
URL:
http://svn.apache.org/viewvc?rev=427060&view=revLog:
Put in context tasks and components to make easier to use them outside form widgets.
Modified:
incubator/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/actions/jobshopmgt/ProductionRunDeclaration.bsh
Modified: incubator/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/actions/jobshopmgt/ProductionRunDeclaration.bsh
URL:
http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/actions/jobshopmgt/ProductionRunDeclaration.bsh?rev=427060&r1=427059&r2=427060&view=diff==============================================================================
--- incubator/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/actions/jobshopmgt/ProductionRunDeclaration.bsh (original)
+++ incubator/ofbiz/trunk/applications/manufacturing/webapp/manufacturing/WEB-INF/actions/jobshopmgt/ProductionRunDeclaration.bsh Mon Jul 31 02:51:24 2006
@@ -191,6 +191,7 @@
ListProductionRunRoutingTasksWrapper.putInContext("issueTaskId", (issueTaskId != null? issueTaskId: "null"));
ListProductionRunRoutingTasksWrapper.putInContext("completeTaskId", (completeTaskId != null? completeTaskId: "null"));
context.put("ListProductionRunRoutingTasksWrapper",ListProductionRunRoutingTasksWrapper);
+ context.put("productionRunRoutingTasks", productionRunRoutingTasks);
//---------------
// Components
@@ -262,6 +263,7 @@
ListProductionRunComponentsWrapper.putInContext("productionRunId", productionRunId);
ListProductionRunComponentsWrapper.putInContext("productionRunComponentsData", productionRunComponentsData);
context.put("ListProductionRunComponentsWrapper",ListProductionRunComponentsWrapper);
+ context.put("productionRunComponentsData", productionRunComponentsData);
}
}