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

svn commit: r1745428 - /ofbiz/trunk/applications/workeffort/widget/WorkEffortTrees.xml

Author: pranayp
Date: Wed May 25 06:29:28 2016
New Revision: 1745428

URL: http://svn.apache.org/viewvc?rev=1745428&view=rev
Log:
[OFBIZ-7114] - Applied patch from the ticket for fixing issue in workEffort children tree which breaks when user collapse it from root node.

Thanks Amardeep Singh Jhajj for reporting the issue and providing patch.


Modified:
    ofbiz/trunk/applications/workeffort/widget/WorkEffortTrees.xml

Modified: ofbiz/trunk/applications/workeffort/widget/WorkEffortTrees.xml
URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/workeffort/widget/WorkEffortTrees.xml?rev=1745428&r1=1745427&r2=1745428&view=diff
==============================================================================
--- ofbiz/trunk/applications/workeffort/widget/WorkEffortTrees.xml (original)
+++ ofbiz/trunk/applications/workeffort/widget/WorkEffortTrees.xml Wed May 25 06:29:28 2016
@@ -20,7 +20,7 @@ under the License.
 
 <trees xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
         xsi:noNamespaceSchemaLocation="http://ofbiz.apache.org/dtds/widget-tree.xsd">
-    <tree name="TreeWorkEffort" root-node-name="node-root" entity-name="WorkEffort" expand-collapse-request="ChildWorkEfforts?workEffortId=${workEffortId}"
+    <tree name="TreeWorkEffort" root-node-name="node-root" entity-name="WorkEffort"
         default-render-style="expand-collapse" default-wrap-style="treeWrapper">
         <node name="node-root"  entity-name="WorkEffort" >
             <entity-one entity-name="WorkEffort" value-field="workEffort"/>