svn commit: r933267 - in /ofbiz/trunk/applications/marketing/widget/sfa/forms: ContactForms.xml EventForms.xml LeadForms.xml

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r933267 - in /ofbiz/trunk/applications/marketing/widget/sfa/forms: ContactForms.xml EventForms.xml LeadForms.xml

erwan
Author: erwan
Date: Mon Apr 12 15:04:49 2010
New Revision: 933267

URL: http://svn.apache.org/viewvc?rev=933267&view=rev
Log:
A patch from Blas Rodriguez Somoza: XHTML validation errors round 2 (marketing) visible empty tables in SFA (OFBIZ-3686)

Modified:
    ofbiz/trunk/applications/marketing/widget/sfa/forms/ContactForms.xml
    ofbiz/trunk/applications/marketing/widget/sfa/forms/EventForms.xml
    ofbiz/trunk/applications/marketing/widget/sfa/forms/LeadForms.xml

Modified: ofbiz/trunk/applications/marketing/widget/sfa/forms/ContactForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/widget/sfa/forms/ContactForms.xml?rev=933267&r1=933266&r2=933267&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/widget/sfa/forms/ContactForms.xml (original)
+++ ofbiz/trunk/applications/marketing/widget/sfa/forms/ContactForms.xml Mon Apr 12 15:04:49 2010
@@ -26,6 +26,9 @@ under the License.
         <field name="firstName" title="${uiLabelMap.PartyFirstName}"><text-find/></field>
         <field name="lastName" title="${uiLabelMap.PartyLastName}"><text-find/></field>
         <sort-order>
+            <sort-field name="all"/>
+            <sort-field name="groupName"/>
+            <sort-field name="noConditionFind"/>
             <sort-field name="partyId"/>
             <sort-field name="firstName"/>
             <sort-field name="lastName"/>

Modified: ofbiz/trunk/applications/marketing/widget/sfa/forms/EventForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/widget/sfa/forms/EventForms.xml?rev=933267&r1=933266&r2=933267&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/widget/sfa/forms/EventForms.xml (original)
+++ ofbiz/trunk/applications/marketing/widget/sfa/forms/EventForms.xml Mon Apr 12 15:04:49 2010
@@ -95,6 +95,16 @@ under the License.
         <field name="estimatedCompletionDate"><date-time input-method="time-dropdown" default-value="${nowTimestamp}"/></field>
         <field name="partyId" title="${uiLabelMap.FormFieldTitle_toPartyId}"><lookup target-form-name="LookupPartyName" default-value="${userLogin.partyId}"/></field>
         <sort-order>
+            <sort-field name="workEffortId"/>
+            <sort-field name="partyId"/>
+            <sort-field name="fixedAssetId"/>
+            <sort-field name="roleTypeId"/>
+            <sort-field name="statusId"/>
+            <sort-field name="workEffortTypeId"/>
+            <sort-field name="currentStatusId"/>
+            <sort-field name="scopeEnumId"/>
+            <sort-field name="actualStartDate"/>
+            <sort-field name="actualCompletionDate"/>
             <sort-field name="workEffortName"/>
             <sort-field name="description"/>
             <sort-field name="priority"/>

Modified: ofbiz/trunk/applications/marketing/widget/sfa/forms/LeadForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/marketing/widget/sfa/forms/LeadForms.xml?rev=933267&r1=933266&r2=933267&view=diff
==============================================================================
--- ofbiz/trunk/applications/marketing/widget/sfa/forms/LeadForms.xml (original)
+++ ofbiz/trunk/applications/marketing/widget/sfa/forms/LeadForms.xml Mon Apr 12 15:04:49 2010
@@ -159,6 +159,9 @@ under the License.
         <field name="firstName" title="${uiLabelMap.PartyFirstName}"><text-find/></field>
         <field name="lastName" title="${uiLabelMap.PartyLastName}"><text-find/></field>
         <sort-order>
+            <sort-field name="all"/>
+            <sort-field name="groupName"/>
+            <sort-field name="noConditionFind"/>
             <sort-field name="partyId"/>
             <sort-field name="firstName"/>
             <sort-field name="lastName"/>