Author: rishi
Date: Mon Jan 29 15:12:22 2018
New Revision: 1822513
URL:
http://svn.apache.org/viewvc?rev=1822513&view=revLog:
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/ofbiz-plugins/branches/release17.12/projectmgr/widget/CustRequestScreens.xml
Modified: ofbiz/ofbiz-plugins/branches/release17.12/projectmgr/widget/CustRequestScreens.xml
URL:
http://svn.apache.org/viewvc/ofbiz/ofbiz-plugins/branches/release17.12/projectmgr/widget/CustRequestScreens.xml?rev=1822513&r1=1822512&r2=1822513&view=diff==============================================================================
--- ofbiz/ofbiz-plugins/branches/release17.12/projectmgr/widget/CustRequestScreens.xml (original)
+++ ofbiz/ofbiz-plugins/branches/release17.12/projectmgr/widget/CustRequestScreens.xml Mon Jan 29 15:12:22 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>