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

svn commit: r774661 - /ofbiz/trunk/specialpurpose/projectmgr/widget/ProjectScreens.xml

Author: hansbak
Date: Thu May 14 07:04:05 2009
New Revision: 774661

URL: http://svn.apache.org/viewvc?rev=774661&view=rev
Log:
resources not shown after project creation

Modified:
    ofbiz/trunk/specialpurpose/projectmgr/widget/ProjectScreens.xml

Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/ProjectScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/ProjectScreens.xml?rev=774661&r1=774660&r2=774661&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/widget/ProjectScreens.xml (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/widget/ProjectScreens.xml Thu May 14 07:04:05 2009
@@ -535,7 +535,7 @@
             <actions>
                 <entity-condition entity-name="WorkEffortPartyAssignView" list="clientAssigns" distinct="true" filter-by-date="true">
                     <condition-list combine="and">
-                        <condition-expr field-name="workEffortId" from-field="parameters.projectId" operator="equals"/>
+                        <condition-expr field-name="workEffortId" from-field="projectId" operator="equals"/>
                         <condition-expr field-name="roleTypeId" value="CLIENT%" operator="like"/>
                         <condition-expr field-name="roleTypeId" value="CLIENT_BILLING" operator="not-equals"/>
                     </condition-list>
@@ -551,7 +551,7 @@
                 </entity-condition>
                 <entity-condition entity-name="WorkEffortPartyAssignView" list="companyAssigns" distinct="true" filter-by-date="true">
                     <condition-list combine="and">
-                        <condition-expr field-name="workEffortId" from-field="parameters.projectId" operator="equals"/>
+                        <condition-expr field-name="workEffortId" from-field="projectId" operator="equals"/>
                         <condition-list combine="or">
                             <condition-expr field-name="roleTypeId" value="INTERNAL_ORGANIZATIO" operator="equals"/>
                             <condition-expr field-name="roleTypeId" value="CLIENT_BILLING" operator="equals"/>