Author: jleroux
Date: Sun Feb 1 11:08:49 2009 New Revision: 739740 URL: http://svn.apache.org/viewvc?rev=739740&view=rev Log: <entity-condition(.*) list-name= => <entity-condition$1 list= Modified: ofbiz/trunk/applications/content/webapp/content/lookup/LookupForms.xml ofbiz/trunk/applications/product/widget/catalog/CatalogScreens.xml ofbiz/trunk/applications/product/widget/catalog/FeatureScreens.xml ofbiz/trunk/applications/product/widget/catalog/FindScreens.xml ofbiz/trunk/applications/product/widget/catalog/ReviewScreens.xml ofbiz/trunk/applications/product/widget/catalog/ShippingScreens.xml ofbiz/trunk/applications/product/widget/facility/FacilityGroupScreens.xml ofbiz/trunk/framework/common/widget/LookupScreens.xml ofbiz/trunk/framework/common/widget/PortalPageScreens.xml ofbiz/trunk/framework/webtools/widget/EntitySyncForms.xml ofbiz/trunk/specialpurpose/assetmaint/widget/forms/ProductForms.xml ofbiz/trunk/specialpurpose/assetmaint/widget/forms/WorkEffortForms.xml ofbiz/trunk/specialpurpose/assetmaint/widget/ismgr/FixedAssetForms.xml ofbiz/trunk/specialpurpose/cmssite/widget/CmssiteScreens.xml ofbiz/trunk/specialpurpose/hhfacility/widget/hhfacility/FacilityScreens.xml ofbiz/trunk/specialpurpose/mypage/widget/MyPageForms.xml ofbiz/trunk/specialpurpose/myportal/widget/MyPortalForms.xml ofbiz/trunk/specialpurpose/projectmgr/widget/RequestScreens.xml ofbiz/trunk/specialpurpose/projectmgr/widget/forms/ProjectForms.xml Modified: ofbiz/trunk/applications/content/webapp/content/lookup/LookupForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/webapp/content/lookup/LookupForms.xml?rev=739740&r1=739739&r2=739740&view=diff ============================================================================== --- ofbiz/trunk/applications/content/webapp/content/lookup/LookupForms.xml (original) +++ ofbiz/trunk/applications/content/webapp/content/lookup/LookupForms.xml Sun Feb 1 11:08:49 2009 @@ -24,7 +24,7 @@ <form name="lookupListLayout" default-entity-name="ContentAssocDataResourceViewFrom" list-name="entityList" target="" title="" type="list" paginate-target="LookupListLayout" odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> <actions> - <entity-condition entity-name="ContentAssocDataResourceViewFrom" list-name="entityList" > + <entity-condition entity-name="ContentAssocDataResourceViewFrom" list="entityList" > <condition-expr field-name="caContentIdTo" value="TEMPLATE_MASTER"/> </entity-condition> </actions> Modified: ofbiz/trunk/applications/product/widget/catalog/CatalogScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/CatalogScreens.xml?rev=739740&r1=739739&r2=739740&view=diff ============================================================================== --- ofbiz/trunk/applications/product/widget/catalog/CatalogScreens.xml (original) +++ ofbiz/trunk/applications/product/widget/catalog/CatalogScreens.xml Sun Feb 1 11:08:49 2009 @@ -77,7 +77,7 @@ <order-by field-name="sequenceNum"/> <order-by field-name="productCategoryId"/> </entity-and> - <entity-condition entity-name="ProductCategory" list-name="productCategories"> + <entity-condition entity-name="ProductCategory" list="productCategories"> <order-by field-name="description"/> </entity-condition> </actions> @@ -243,7 +243,7 @@ <set field="leftbarScreenName" value="leftbar"/> <set field="leftbarScreenLocation" value="component://product/widget/catalog/CommonScreens.xml"/> - <entity-condition entity-name="ProdCatalog" list-name="prodCatalogs"> + <entity-condition entity-name="ProdCatalog" list="prodCatalogs"> <order-by field-name="catalogName"/> </entity-condition> </actions> Modified: ofbiz/trunk/applications/product/widget/catalog/FeatureScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/FeatureScreens.xml?rev=739740&r1=739739&r2=739740&view=diff ============================================================================== --- ofbiz/trunk/applications/product/widget/catalog/FeatureScreens.xml (original) +++ ofbiz/trunk/applications/product/widget/catalog/FeatureScreens.xml Sun Feb 1 11:08:49 2009 @@ -387,7 +387,7 @@ <field-map field-name="productFeatureGroupId"/> <order-by field-name="sequenceNum"/> </entity-and> - <entity-condition entity-name="ProductFeatureCategory" list-name="productFeatureCategories"> + <entity-condition entity-name="ProductFeatureCategory" list="productFeatureCategories"> <order-by field-name="description"/> </entity-condition> <entity-and entity-name="ProductFeature" list-name="productFeatures"> Modified: ofbiz/trunk/applications/product/widget/catalog/FindScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/FindScreens.xml?rev=739740&r1=739739&r2=739740&view=diff ============================================================================== --- ofbiz/trunk/applications/product/widget/catalog/FindScreens.xml (original) +++ ofbiz/trunk/applications/product/widget/catalog/FindScreens.xml Sun Feb 1 11:08:49 2009 @@ -53,11 +53,11 @@ <set field="titleProperty" value="PageTitleAdvancedSearch"/> <set field="headerItem" value="Advanced Search"/> - <entity-condition entity-name="ProductCategory" list-name="productCategories"> + <entity-condition entity-name="ProductCategory" list="productCategories"> <condition-expr field-name="showInSelect" operator="not-equals" value="N"/> <order-by field-name="description"/> </entity-condition> - <entity-condition entity-name="ProdCatalog" list-name="prodCatalogs"> + <entity-condition entity-name="ProdCatalog" list="prodCatalogs"> <order-by field-name="catalogName"/> </entity-condition> <script location="component://product/webapp/catalog/WEB-INF/actions/find/advancedsearchoptions.groovy"/> @@ -121,7 +121,7 @@ <field-map field-name="productId" env-name="idValue"/> </entity-one> - <entity-condition entity-name="GoodIdentification" list-name="goodIdentifications"> + <entity-condition entity-name="GoodIdentification" list="goodIdentifications"> <condition-expr field-name="idValue" env-name="idValue"/> <order-by field-name="productId"/> </entity-condition> Modified: ofbiz/trunk/applications/product/widget/catalog/ReviewScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/ReviewScreens.xml?rev=739740&r1=739739&r2=739740&view=diff ============================================================================== --- ofbiz/trunk/applications/product/widget/catalog/ReviewScreens.xml (original) +++ ofbiz/trunk/applications/product/widget/catalog/ReviewScreens.xml Sun Feb 1 11:08:49 2009 @@ -53,7 +53,7 @@ <set field="titleProperty" value="ProductReviewsPendingApproval"/> <set field="headerItem" value="reviews"/> - <entity-condition entity-name="ProductReview" list-name="pendingReviews"> + <entity-condition entity-name="ProductReview" list="pendingReviews"> <condition-expr field-name="statusId" value="PRR_PENDING"/> <order-by field-name="+postedDateTime"/> </entity-condition> Modified: ofbiz/trunk/applications/product/widget/catalog/ShippingScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/catalog/ShippingScreens.xml?rev=739740&r1=739739&r2=739740&view=diff ============================================================================== --- ofbiz/trunk/applications/product/widget/catalog/ShippingScreens.xml (original) +++ ofbiz/trunk/applications/product/widget/catalog/ShippingScreens.xml Sun Feb 1 11:08:49 2009 @@ -33,7 +33,7 @@ <set field="leftbarScreenLocation" value="component://product/widget/catalog/CommonScreens.xml"/> <set field="MainColumnStyle" value="leftonly"/> - <entity-condition entity-name="QuantityBreak" list-name="quantityBreaks"> + <entity-condition entity-name="QuantityBreak" list="quantityBreaks"> <order-by field-name="quantityBreakId"/> </entity-condition> <entity-one entity-name="QuantityBreak" value-field="quantityBreak" auto-field-map="true"/> @@ -85,7 +85,7 @@ <set field="leftbarScreenLocation" value="component://product/widget/catalog/CommonScreens.xml"/> <set field="MainColumnStyle" value="leftonly"/> - <entity-condition entity-name="ShipmentMethodType" list-name="shipmentMethodTypes"> + <entity-condition entity-name="ShipmentMethodType" list="shipmentMethodTypes"> <order-by field-name="sequenceNum"/> <order-by field-name="description"/> </entity-condition> @@ -139,7 +139,7 @@ <set field="leftbarScreenLocation" value="component://product/widget/catalog/CommonScreens.xml"/> <set field="MainColumnStyle" value="leftonly"/> - <entity-condition entity-name="CarrierShipmentMethod" list-name="carrierShipmentMethods"> + <entity-condition entity-name="CarrierShipmentMethod" list="carrierShipmentMethods"> <order-by field-name="sequenceNumber"/> </entity-condition> <entity-one entity-name="CarrierShipmentMethod" value-field="carrierShipmentMethod" auto-field-map="true"/> Modified: ofbiz/trunk/applications/product/widget/facility/FacilityGroupScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/product/widget/facility/FacilityGroupScreens.xml?rev=739740&r1=739739&r2=739740&view=diff ============================================================================== --- ofbiz/trunk/applications/product/widget/facility/FacilityGroupScreens.xml (original) +++ ofbiz/trunk/applications/product/widget/facility/FacilityGroupScreens.xml Sun Feb 1 11:08:49 2009 @@ -25,7 +25,7 @@ <actions> <set field="titleProperty" value="PageTitleFindFacilityGroup"/> <set field="headerItem" value="facilityGroup"/> - <entity-condition entity-name="FacilityGroup" list-name="facilityGroups"/> + <entity-condition entity-name="FacilityGroup" list="facilityGroups"/> </actions> <widgets> <decorator-screen name="main-decorator" location="${parameters.mainDecoratorLocation}"> Modified: ofbiz/trunk/framework/common/widget/LookupScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/widget/LookupScreens.xml?rev=739740&r1=739739&r2=739740&view=diff ============================================================================== --- ofbiz/trunk/framework/common/widget/LookupScreens.xml (original) +++ ofbiz/trunk/framework/common/widget/LookupScreens.xml Sun Feb 1 11:08:49 2009 @@ -90,7 +90,7 @@ <section> <actions> <set field="title" value="${uiLabelMap.CommonVisualThemes}"/> - <entity-condition entity-name="VisualTheme" list-name="visualThemes"/> + <entity-condition entity-name="VisualTheme" list="visualThemes"/> </actions> <widgets> <decorator-screen name="LookupDecorator" location="component://common/widget/CommonScreens.xml"> Modified: ofbiz/trunk/framework/common/widget/PortalPageScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/common/widget/PortalPageScreens.xml?rev=739740&r1=739739&r2=739740&view=diff ============================================================================== --- ofbiz/trunk/framework/common/widget/PortalPageScreens.xml (original) +++ ofbiz/trunk/framework/common/widget/PortalPageScreens.xml Sun Feb 1 11:08:49 2009 @@ -46,11 +46,11 @@ <set field="portalPageId" from-field="portalPage.portalPageId"/> <set field="parentPortalPageId" from-field="parameters.parentPortalPageId"/> <script location="component://common/webcommon/WEB-INF/actions/includes/ListPortalPages.groovy"/> - <entity-condition entity-name="PortalPageColumn" list-name="portalPageColumnList"> + <entity-condition entity-name="PortalPageColumn" list="portalPageColumnList"> <condition-expr field-name="portalPageId" env-name="portalPageId"/> <order-by field-name="columnSeqId"/> </entity-condition> - <entity-condition entity-name="PortalPagePortletView" list-name="portalPagePortletViewList"> + <entity-condition entity-name="PortalPagePortletView" list="portalPagePortletViewList"> <condition-expr field-name="portalPageId" env-name="portalPageId"/> <order-by field-name="sequenceNum"/> </entity-condition> Modified: ofbiz/trunk/framework/webtools/widget/EntitySyncForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/framework/webtools/widget/EntitySyncForms.xml?rev=739740&r1=739739&r2=739740&view=diff ============================================================================== --- ofbiz/trunk/framework/webtools/widget/EntitySyncForms.xml (original) +++ ofbiz/trunk/framework/webtools/widget/EntitySyncForms.xml Sun Feb 1 11:08:49 2009 @@ -23,7 +23,7 @@ <form name="EntitySyncStatus" type="list" list-name="entitySyncList" target="" paginate-target="EntitySyncStatus" view-size="20" odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> <actions> - <entity-condition entity-name="EntitySync" list-name="entitySyncList" use-cache="false"> + <entity-condition entity-name="EntitySync" list="entitySyncList" use-cache="false"> <!-- No conditions, is a find all --> <order-by field-name="runStatusId"/> <order-by field-name="entitySyncId"/> Modified: ofbiz/trunk/specialpurpose/assetmaint/widget/forms/ProductForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/assetmaint/widget/forms/ProductForms.xml?rev=739740&r1=739739&r2=739740&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/assetmaint/widget/forms/ProductForms.xml (original) +++ ofbiz/trunk/specialpurpose/assetmaint/widget/forms/ProductForms.xml Sun Feb 1 11:08:49 2009 @@ -111,7 +111,7 @@ <form name="ListProductMaints" type="list" list-name="listIt" target="updateProductMaint" paginate-target="EditProductMaints" header-row-style="header-row-2" odd-row-style="alternate-row" default-table-style="basic-table"> <actions> - <entity-condition entity-name="ProductMaint" list-name="listIt"> + <entity-condition entity-name="ProductMaint" list="listIt"> <condition-expr field-name="productId" env-name="productId"/> </entity-condition> </actions> Modified: ofbiz/trunk/specialpurpose/assetmaint/widget/forms/WorkEffortForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/assetmaint/widget/forms/WorkEffortForms.xml?rev=739740&r1=739739&r2=739740&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/assetmaint/widget/forms/WorkEffortForms.xml (original) +++ ofbiz/trunk/specialpurpose/assetmaint/widget/forms/WorkEffortForms.xml Sun Feb 1 11:08:49 2009 @@ -78,10 +78,10 @@ <form name="EditWorkEffortPartyAssign" extends="EditWorkEffortPartyAssign" extends-resource="component://workeffort/widget/WorkEffortPartyAssignForms.xml" target="createWorkEffortPartyAssign"> <actions> - <entity-condition entity-name="PartyRoleDetailAndPartyDetail" list-name="listMaintParties"> + <entity-condition entity-name="PartyRoleDetailAndPartyDetail" list="listMaintParties"> <condition-expr field-name="parentTypeId" value="FAM_ASSIGNEE"/> </entity-condition> - <entity-condition entity-name="RoleType" list-name="listMaintRoles"> + <entity-condition entity-name="RoleType" list="listMaintRoles"> <condition-expr field-name="parentTypeId" value="FAM_ASSIGNEE"/> </entity-condition> </actions> Modified: ofbiz/trunk/specialpurpose/assetmaint/widget/ismgr/FixedAssetForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/assetmaint/widget/ismgr/FixedAssetForms.xml?rev=739740&r1=739739&r2=739740&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/assetmaint/widget/ismgr/FixedAssetForms.xml (original) +++ ofbiz/trunk/specialpurpose/assetmaint/widget/ismgr/FixedAssetForms.xml Sun Feb 1 11:08:49 2009 @@ -160,7 +160,7 @@ <form name="ChildrenFixedAssets" type="list" list-name="listIt" odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar"> <actions> - <entity-condition entity-name="FixedAsset" list-name="listIt"> + <entity-condition entity-name="FixedAsset" list="listIt"> <condition-list combine="and"> <condition-expr field-name="parentFixedAssetId" operator="equals" env-name="parameters.fixedAssetId"/> <condition-expr field-name="fixedAssetTypeId" operator="equals" env-name="fixedAssetTypeId"/> Modified: ofbiz/trunk/specialpurpose/cmssite/widget/CmssiteScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/cmssite/widget/CmssiteScreens.xml?rev=739740&r1=739739&r2=739740&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/cmssite/widget/CmssiteScreens.xml (original) +++ ofbiz/trunk/specialpurpose/cmssite/widget/CmssiteScreens.xml Sun Feb 1 11:08:49 2009 @@ -60,7 +60,7 @@ <actions> <property-to-field property="blog.view.size" field="blogViewSize" resource="blog" default="20"/> <set field="blogContentId" value="BLOGROOTMADMAX"/> - <entity-condition entity-name="ContentAssocViewTo" use-cache="false" list-name="blogList"> + <entity-condition entity-name="ContentAssocViewTo" use-cache="false" list="blogList"> <condition-list combine="and"> <condition-expr field-name="contentIdStart" operator="equals" env-name="blogContentId"/> <condition-expr field-name="caContentAssocTypeId" operator="equals" value="PUBLISH_LINK"/> Modified: ofbiz/trunk/specialpurpose/hhfacility/widget/hhfacility/FacilityScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/hhfacility/widget/hhfacility/FacilityScreens.xml?rev=739740&r1=739739&r2=739740&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/hhfacility/widget/hhfacility/FacilityScreens.xml (original) +++ ofbiz/trunk/specialpurpose/hhfacility/widget/hhfacility/FacilityScreens.xml Sun Feb 1 11:08:49 2009 @@ -252,7 +252,7 @@ <screen name="facilities"> <section> <actions> - <entity-condition entity-name="Facility" list-name="facilities"> + <entity-condition entity-name="Facility" list="facilities"> <condition-expr field-name="facilityTypeId" value="WAREHOUSE"/> <order-by field-name="facilityId"/> </entity-condition> Modified: ofbiz/trunk/specialpurpose/mypage/widget/MyPageForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/mypage/widget/MyPageForms.xml?rev=739740&r1=739739&r2=739740&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/mypage/widget/MyPageForms.xml (original) +++ ofbiz/trunk/specialpurpose/mypage/widget/MyPageForms.xml Sun Feb 1 11:08:49 2009 @@ -203,7 +203,7 @@ <form name="ListDraftEmails" type="list" extends="ListCommEvents" extends-resource="component://party/webapp/partymgr/communication/CommForms.xml" use-row-submit="true"> <actions> - <entity-condition entity-name="CommunicationEvent" list-name="commEvents"> + <entity-condition entity-name="CommunicationEvent" list="commEvents"> <condition-list combine="and"> <condition-expr field-name="statusId" operator="equals" value="COM_PENDING"/> <condition-expr field-name="partyIdFrom" operator="equals" value="${partyId}"/> @@ -222,7 +222,7 @@ <form name="MyPageNewEmail" type="single" target="createCommunicationEvent" default-map-name="communicationEvent"> <actions> <set field="nowDate" value="${bsh:org.ofbiz.base.util.UtilDateTime.nowDateString("yyyy-MM-dd HH:mm:ss.S")}" type="String"/> - <entity-condition entity-name="PartyContactWithPurpose" list-name="emailAddresses"> + <entity-condition entity-name="PartyContactWithPurpose" list="emailAddresses"> <condition-list combine="and"> <condition-expr field-name="partyId" value="${userLogin.partyId}"/> <condition-expr field-name="contactFromDate" operator="less-equals" env-name="nowDate"/> Modified: ofbiz/trunk/specialpurpose/myportal/widget/MyPortalForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/myportal/widget/MyPortalForms.xml?rev=739740&r1=739739&r2=739740&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/myportal/widget/MyPortalForms.xml (original) +++ ofbiz/trunk/specialpurpose/myportal/widget/MyPortalForms.xml Sun Feb 1 11:08:49 2009 @@ -225,7 +225,7 @@ <form name="ListDraftEmails" type="list" extends="ListCommEvents" extends-resource="component://party/webapp/partymgr/communication/CommForms.xml" use-row-submit="true"> <actions> - <entity-condition entity-name="CommunicationEvent" list-name="commEvents"> + <entity-condition entity-name="CommunicationEvent" list="commEvents"> <condition-list combine="and"> <condition-expr field-name="statusId" operator="equals" value="COM_PENDING"/> <condition-expr field-name="partyIdFrom" operator="equals" value="${partyId}"/> @@ -244,7 +244,7 @@ <form name="MyPortalNewEmail" type="single" target="createCommunicationEvent" default-map-name="communicationEvent"> <actions> <set field="nowDate" value="${bsh:org.ofbiz.base.util.UtilDateTime.nowDateString("yyyy-MM-dd HH:mm:ss.S")}" type="String"/> - <entity-condition entity-name="PartyContactWithPurpose" list-name="emailAddresses"> + <entity-condition entity-name="PartyContactWithPurpose" list="emailAddresses"> <condition-list combine="and"> <condition-expr field-name="partyId" value="${userLogin.partyId}"/> <condition-expr field-name="contactFromDate" operator="less-equals" env-name="nowDate"/> Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/RequestScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/RequestScreens.xml?rev=739740&r1=739739&r2=739740&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/projectmgr/widget/RequestScreens.xml (original) +++ ofbiz/trunk/specialpurpose/projectmgr/widget/RequestScreens.xml Sun Feb 1 11:08:49 2009 @@ -95,7 +95,7 @@ <entity-and list-name="commEvents" entity-name="CommunicationEventAndCustRequest"> <field-map field-name="custRequestId" env-name="parameters.custRequestId"/> </entity-and> - <entity-condition entity-name="CustRequestItemNoteView" list-name="custRequestItemNoteViews"> + <entity-condition entity-name="CustRequestItemNoteView" list="custRequestItemNoteViews"> <condition-expr field-name="custRequestId" operator="equals" env-name="parameters.custRequestId"/> <order-by field-name="-noteDateTime"/> </entity-condition> Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/forms/ProjectForms.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/forms/ProjectForms.xml?rev=739740&r1=739739&r2=739740&view=diff ============================================================================== --- ofbiz/trunk/specialpurpose/projectmgr/widget/forms/ProjectForms.xml (original) +++ ofbiz/trunk/specialpurpose/projectmgr/widget/forms/ProjectForms.xml Sun Feb 1 11:08:49 2009 @@ -94,7 +94,7 @@ <form name="hoursNotYetBilled" type="list" list-name="entryList" odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> <actions> - <entity-condition entity-name="ProjectPhaseTaskAndTimeEntryTimeSheet" list-name="entryList"> + <entity-condition entity-name="ProjectPhaseTaskAndTimeEntryTimeSheet" list="entryList"> <condition-list combine="and"> <condition-expr field-name="projectId" operator="equals" env-name="parameters.projectId"/> <condition-expr field-name="invoiceId" operator="equals" env-name="nullField"/> @@ -343,7 +343,7 @@ <form name="ListProjectProviderParties" type="list" list-name="assigns" odd-row-style="alternate-row" default-table-style="basic-table hover-bar"> <actions> - <entity-condition entity-name="WorkEffortPartyAssignView" list-name="assigns" distinct="true"> + <entity-condition entity-name="WorkEffortPartyAssignView" list="assigns" distinct="true"> <condition-list combine="and"> <condition-expr field-name="workEffortId" env-name="parameters.projectId" operator="equals"/> <condition-expr field-name="roleTypeId" value="PROVIDER%" operator="like"/> @@ -433,7 +433,7 @@ <form name="AddWorkEffortPartyAssign" target="createWorkEffortPartyAssign" title="" type="single" header-row-style="header-row" default-table-style="basic-table"> <actions> - <entity-condition entity-name="PartyRoleDetailAndPartyDetail" distinct="true" list-name="projectResources"> + <entity-condition entity-name="PartyRoleDetailAndPartyDetail" distinct="true" list="projectResources"> <condition-expr field-name="parentTypeId" operator="equals" value="PROJECT_TEAM"/> <select-field field-name="partyId"/> <select-field field-name="lastName"/> @@ -443,7 +443,7 @@ <order-by field-name="firstName"/> <order-by field-name="groupName"/> </entity-condition> - <entity-condition entity-name="WorkEffortPartyAssignView" filter-by-date="true" distinct="true" list-name="taskResources"> + <entity-condition entity-name="WorkEffortPartyAssignView" filter-by-date="true" distinct="true" list="taskResources"> <condition-expr field-name="workEffortId" env-name="projectId"/> <select-field field-name="partyId"/> <select-field field-name="lastName"/> |
Free forum by Nabble | Edit this page |