svn commit: r1822512 - /ofbiz/ofbiz-plugins/trunk/projectmgr/widget/CustRequestScreens.xml

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

svn commit: r1822512 - /ofbiz/ofbiz-plugins/trunk/projectmgr/widget/CustRequestScreens.xml

rishi
Author: rishi
Date: Mon Jan 29 15:01:59 2018
New Revision: 1822512

URL: http://svn.apache.org/viewvc?rev=1822512&view=rev
Log:
Fixed: Error on My Portal Request Overview Page. Issue was due to an incorrect path of OverViewRequestItems.ftl in ViewRequest screen.
(OFBIZ-10183)
Thanks Ratnesh Upadhyay for reporting the issue and Yogesh Naroliya for providing patch to fix the issue.

Modified:
    ofbiz/ofbiz-plugins/trunk/projectmgr/widget/CustRequestScreens.xml

Modified: ofbiz/ofbiz-plugins/trunk/projectmgr/widget/CustRequestScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/trunk/projectmgr/widget/CustRequestScreens.xml?rev=1822512&r1=1822511&r2=1822512&view=diff
==============================================================================
--- ofbiz/ofbiz-plugins/trunk/projectmgr/widget/CustRequestScreens.xml (original)
+++ ofbiz/ofbiz-plugins/trunk/projectmgr/widget/CustRequestScreens.xml Mon Jan 29 15:01:59 2018
@@ -163,7 +163,7 @@ under the License.
                         </container>
                         <container style="clear"/>
                         <platform-specific>
-                            <html><html-template location="component://projectmgr/webapp/projectmgr/request/OverViewRequestItems.ftl"/></html>
+                            <html><html-template location="component://projectmgr/template/request/OverViewRequestItems.ftl"/></html>
                         </platform-specific>
                     </decorator-section>
                 </decorator-screen>