svn commit: r1822515 - /ofbiz/branches/release16.11/specialpurpose/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: r1822515 - /ofbiz/branches/release16.11/specialpurpose/projectmgr/widget/CustRequestScreens.xml

rishi
Author: rishi
Date: Mon Jan 29 15:15:10 2018
New Revision: 1822515

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

Modified:
    ofbiz/branches/release16.11/specialpurpose/projectmgr/widget/CustRequestScreens.xml

Modified: ofbiz/branches/release16.11/specialpurpose/projectmgr/widget/CustRequestScreens.xml
URL: http://svn.apache.org/viewvc/ofbiz/branches/release16.11/specialpurpose/projectmgr/widget/CustRequestScreens.xml?rev=1822515&r1=1822514&r2=1822515&view=diff
==============================================================================
--- ofbiz/branches/release16.11/specialpurpose/projectmgr/widget/CustRequestScreens.xml (original)
+++ ofbiz/branches/release16.11/specialpurpose/projectmgr/widget/CustRequestScreens.xml Mon Jan 29 15:15:10 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>