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/11/20 10:30:04 UTC

svn commit: r882463 - in /ofbiz/trunk/applications/party/widget/partymgr: CommunicationEventForms.xml CommunicationEventScreens.xml

Author: hansbak
Date: Fri Nov 20 09:30:03 2009
New Revision: 882463

URL: http://svn.apache.org/viewvc?rev=882463&view=rev
Log:
commnication is meant for all communication events not only for the logged on person, now showing properly again

Modified:
    ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventForms.xml
    ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventScreens.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=882463&r1=882462&r2=882463&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventForms.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventForms.xml Fri Nov 20 09:30:03 2009
@@ -340,6 +340,7 @@
 
     <form name="findCommEvents" type="single" target="FindCommunicationEvents" paginate="true" focus-field-name="submitButton"
         header-row-style="header-row" default-table-style="basic-table">
+        <field name="noConditionFind"><hidden value="Y"/><!-- if this isn't there then with all fields empty no query will be done --></field>
         <field name="communicationEventId" position="1"><text-find/></field>
         <field name="parentCommEventId" position="2"><text-find/></field>
         <!-- <field name="origCommEventId"><text-find/></field-->
@@ -533,7 +534,7 @@
             <service result-map-list="listIt" result-map="result" service-name="performFind">
                 <field-map from-field="parameters" field-name="inputFields"/>
                 <field-map from-field="entityName" field-name="entityName"/>
-                <field-map value="-createdStamp" field-name="orderBy"/>
+                <field-map value="-entryDate" field-name="orderBy"/>
                 <field-map field-name="viewIndex" from-field="viewIndex"/>
                 <field-map field-name="viewSize" from-field="viewSize"/>
             </service>

Modified: ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventScreens.xml?rev=882463&r1=882462&r2=882463&view=diff
==============================================================================
--- ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventScreens.xml (original)
+++ ofbiz/trunk/applications/party/widget/partymgr/CommunicationEventScreens.xml Fri Nov 20 09:30:03 2009
@@ -245,8 +245,7 @@
                 <set field="titleProperty" value="PageTitleFindCommunicationEvents"/>
                 <set field="headerItem" value="comm"/>
                 <set field="tabButtonItem" value="Find"/>
-                <set field="entityName" value="CommunicationEvent"/>
-                <set field="partyId" from-field="userLogin.partyId"/>
+                <set field="entityName" value="CommunicationEventAndRole"/>
             </actions>
             <widgets>
                 <decorator-screen location="${parameters.mainDecoratorLocation}" name="main-decorator">