Author: hansbak Date: Wed Jul 3 06:45:38 2013 New Revision: 1499226 URL: http://svn.apache.org/r1499226 Log: entity-and without fieldmap gives an error in the log. in entity-condition it is allowed
Modified: ofbiz/trunk/applications/accounting/widget/GlSetupScreens.xml Modified: ofbiz/trunk/applications/accounting/widget/GlSetupScreens.xml URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/accounting/widget/GlSetupScreens.xml?rev=1499226&r1=1499225&r2=1499226&view=diff ============================================================================== --- ofbiz/trunk/applications/accounting/widget/GlSetupScreens.xml (original) +++ ofbiz/trunk/applications/accounting/widget/GlSetupScreens.xml Wed Jul 3 06:45:38 2013 @@ -55,7 +55,7 @@ under the License. <set field="titleProperty" value="AccountingAvailableInternalOrganizations"/> <set field="headerItem" value="companies"/> <set field="labelTitleProperty" value="${uiLabelMap.AccountingAvailableInternalOrganizations}"/> - <entity-and entity-name="PartyAcctgPreference" list="parties"/> + <entity-condition entity-name="PartyAcctgPreference" list="parties"/> <service service-name="acctgPrefPermissionCheck" result-map="permResult"> <field-map field-name="mainAction" value="UPDATE"/> </service>