You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by as...@apache.org on 2012/04/04 20:27:33 UTC

svn commit: r1309519 - /ofbiz/trunk/framework/webtools/widget/PortalAdmForms.xml

Author: ashish
Date: Wed Apr  4 18:27:32 2012
New Revision: 1309519

URL: http://svn.apache.org/viewvc?rev=1309519&view=rev
Log:
Adding support of securityGroupId on portal admin screen. securityGroupId field support is available in PortalPage entity. Thanks Ankush.

Modified:
    ofbiz/trunk/framework/webtools/widget/PortalAdmForms.xml

Modified: ofbiz/trunk/framework/webtools/widget/PortalAdmForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/widget/PortalAdmForms.xml?rev=1309519&r1=1309518&r2=1309519&view=diff
==============================================================================
--- ofbiz/trunk/framework/webtools/widget/PortalAdmForms.xml (original)
+++ ofbiz/trunk/framework/webtools/widget/PortalAdmForms.xml Wed Apr  4 18:27:32 2012
@@ -91,6 +91,11 @@ under the License.
         <field name="portalPageName"><text/></field>
         <field name="description" position="2"><text size="60"/></field>
         <field name="sequenceNum"><text/></field>
+        <field name="securityGroupId" >
+            <drop-down allow-empty="true">
+                <entity-options description="${groupId} -- ${description}" entity-name="SecurityGroup" key-field-name="groupId"></entity-options>
+            </drop-down>
+        </field>
         <field name="saveButton" position="2"><submit button-type="button"/></field>
     </form>