You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ja...@apache.org on 2006/09/22 15:58:15 UTC

svn commit: r448936 - /incubator/ofbiz/trunk/applications/order/widget/ordermgr/RequirementScreens.xml

Author: jacopoc
Date: Fri Sep 22 06:58:15 2006
New Revision: 448936

URL: http://svn.apache.org/viewvc?view=rev&rev=448936
Log:
Approved product requirements are checked by default.

Modified:
    incubator/ofbiz/trunk/applications/order/widget/ordermgr/RequirementScreens.xml

Modified: incubator/ofbiz/trunk/applications/order/widget/ordermgr/RequirementScreens.xml
URL: http://svn.apache.org/viewvc/incubator/ofbiz/trunk/applications/order/widget/ordermgr/RequirementScreens.xml?view=diff&rev=448936&r1=448935&r2=448936
==============================================================================
--- incubator/ofbiz/trunk/applications/order/widget/ordermgr/RequirementScreens.xml (original)
+++ incubator/ofbiz/trunk/applications/order/widget/ordermgr/RequirementScreens.xml Fri Sep 22 06:58:15 2006
@@ -131,7 +131,8 @@
                 <set field="tabButtonItem" value="ApprovedProductRequirements"/>
                 <set field="viewIndex" from-field="parameters.VIEW_INDEX" type="Integer"/>
                 <set field="viewSize" from-field="parameters.VIEW_SIZE" type="Integer" default-value="50"/>
-            </actions>
+                <set field="_rowSubmit" value="Y"/>
+        </actions>
             <widgets>
                 <decorator-screen name="CommonRequirementsDecorator">
                     <decorator-section name="body">



Fwd: svn commit: r448936 - how to default rowSubmit to checked

Posted by Si Chen <si...@opensourcestrategies.com>.
Hi everybody,

Remember how I asked about this a couple of weeks ago?  Well, this is  
how Jacopo did it in r 448936:

>      <set field="_rowSubmit" value="Y"/>

Set in the screen widget like that.

Pretty cool, huh?

Si