You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2016/06/05 10:07:47 UTC

svn commit: r1746890 - /ofbiz/trunk/specialpurpose/projectmgr/widget/forms/CustRequestForms.xml

Author: jleroux
Date: Sun Jun  5 10:07:47 2016
New Revision: 1746890

URL: http://svn.apache.org/viewvc?rev=1746890&view=rev
Log:
A patch from Pratik Kulshreshth for "Exception thrown on sorting by projectId on Request List" https://issues.apache.org/jira/browse/OFBIZ-7191

Rishi Solanki: patch to fix the issue on sorting by projectId. The field projectId does not exists in the entity used in the perform find (WorkEffortCustRequestView). Uses the proper field workEffortParentId.

Modified:
    ofbiz/trunk/specialpurpose/projectmgr/widget/forms/CustRequestForms.xml

Modified: ofbiz/trunk/specialpurpose/projectmgr/widget/forms/CustRequestForms.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/specialpurpose/projectmgr/widget/forms/CustRequestForms.xml?rev=1746890&r1=1746889&r2=1746890&view=diff
==============================================================================
--- ofbiz/trunk/specialpurpose/projectmgr/widget/forms/CustRequestForms.xml (original)
+++ ofbiz/trunk/specialpurpose/projectmgr/widget/forms/CustRequestForms.xml Sun Jun  5 10:07:47 2016
@@ -138,7 +138,7 @@ under the License.
                 <parameter param-name="custRequestId"/>
             </hyperlink>
          </field>
-        <field name="projectId" title="${uiLabelMap.ProjectMgrProjectId}" map-name="sResult" sort-field="true">
+        <field name="workEffortParentId" title="${uiLabelMap.ProjectMgrProjectId}" map-name="sResult" sort-field="true">
             <hyperlink target="projectView" description="${sResult.projectName} [${sResult.projectId}]">
                 <parameter param-name="projectId" from-field="sResult.projectId"/>
             </hyperlink>