You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by ap...@apache.org on 2009/04/30 06:28:00 UTC

svn commit: r770055 - /ofbiz/trunk/specialpurpose/projectmgr/widget/forms/TimeSheetForms.xml

Author: apatel
Date: Thu Apr 30 04:27:59 2009
New Revision: 770055

URL: http://svn.apache.org/viewvc?rev=770055&view=rev
Log:
Updated criteria to find parties in AddWeeklyTimesheet form. Now it users criteria same as used in AddWorkEffortPartyAssign screen.

Modified:
    ofbiz/trunk/specialpurpose/projectmgr/widget/forms/TimeSheetForms.xml

Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/forms/TimeSheetForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/forms/TimeSheetForms.xml?rev=770055&r1=770054&r2=770055&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/widget/forms/TimeSheetForms.xml (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/widget/forms/TimeSheetForms.xml Thu Apr 30 04:27:59 2009
@@ -158,8 +158,8 @@
         header-row-style="header-row" default-table-style="basic-table">
         <field name="partyId" title="${uiLabelMap.PartyParty}">
             <drop-down allow-empty="true" no-current-selected-key="${timesheet.partyId}">
-                <entity-options entity-name="PartyRoleAndPartyDetail" description="${firstName} ${lastName}">
-                    <entity-constraint name="roleTypeId" value="PROJECT_TEAM"/>
+                <entity-options entity-name="PartyRoleDetailAndPartyDetail" description="${firstName} ${lastName}">
+                    <entity-constraint name="parentTypeId" value="PROJECT_TEAM"/>
                     <entity-order-by field-name="lastName"/>
                     <entity-order-by field-name="groupName"/>
                 </entity-options>