Hi Adam, thanks for your efforts corrected: Committed revision 906313.
Regards, Hans On Wed, 2010-02-03 at 18:31 -0600, Adam Heath wrote: > [email protected] wrote: > > Author: hansbak > > Date: Wed Feb 3 23:19:11 2010 > > New Revision: 906286 > > > > URL: http://svn.apache.org/viewvc?rev=906286&view=rev > > Log: > > added missing 3 spaces on 3 lines as reported by adam on the dev list > > > > Modified: > > ofbiz/trunk/specialpurpose/projectmgr/widget/forms/ProjectForms.xml > > > > Modified: > > ofbiz/trunk/specialpurpose/projectmgr/widget/forms/ProjectForms.xml > > URL: > > http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/forms/ProjectForms.xml?rev=906286&r1=906285&r2=906286&view=diff > > ============================================================================== > > --- ofbiz/trunk/specialpurpose/projectmgr/widget/forms/ProjectForms.xml > > (original) > > +++ ofbiz/trunk/specialpurpose/projectmgr/widget/forms/ProjectForms.xml Wed > > Feb 3 23:19:11 2010 > > @@ -546,9 +546,9 @@ > > <actions> > > <entity-condition entity-name="PartyRoleAndPartyDetail" > > distinct="true" list="projectResources"> > > <condition-list combine="and"> > > - <condition-expr field-name="roleTypeId" > > operator="equals" value="PROJECT_TEAM"/> > > - <condition-expr field-name="statusId" > > operator="not-equals" value="PARTY_DISABLED"/> > > - </condition-list> <select-field > > field-name="partyId"/> > > + <condition-expr field-name="roleTypeId" > > operator="equals" value="PROJECT_TEAM"/> > > + <condition-expr field-name="statusId" > > operator="not-equals" value="PARTY_DISABLED"/> > > + </condition-list> <select-field > > field-name="partyId"/> > > <select-field field-name="lastName"/> > > <select-field field-name="firstName"/> > > <select-field field-name="middleName"/> > > This is still wrong. The <select-field> is on the wrong line. > -- Antwebsystems.com: Quality OFBiz services for competitive rates
