Author: jacopoc
Date: Thu Mar 8 15:30:54 2012
New Revision: 1298430
URL:
http://svn.apache.org/viewvc?rev=1298430&view=revLog:
Minor cleanup to improve readability; no fuctional changes.
Modified:
ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventForms.xml
Modified: ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventForms.xml
URL:
http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventForms.xml?rev=1298430&r1=1298429&r2=1298430&view=diff==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventForms.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventForms.xml Thu Mar 8 15:30:54 2012
@@ -489,7 +489,7 @@ under the License.
<form name="ListPartyCommEvents" type="list" target="RemoveCommunicationEventRole" list-name="listIt"
odd-row-style="alternate-row" header-row-style="header-row-2" default-table-style="basic-table hover-bar">
<actions>
- <set field="parameters.sortField" from-field="parameters.sortField" default-value="${groovy: "true".equals(parameters.all)?"-entryDate":"entryDate"}"/>
+ <set field="parameters.sortField" from-field="parameters.sortField" default-value="${groovy: 'true'.equals(parameters.all)?'-entryDate':'entryDate'}"/>
<set field="searchParameters.partyId" from-field="partyId"/>
<set field="searchParameters.statusId" value="COM_UNKNOWN_PARTY"/>
<set field="searchParameters.statusId_op" value="notEqual"/>