Author: pranayp
Date: Sat Jul 16 11:31:23 2016 New Revision: 1752928 URL: http://svn.apache.org/viewvc?rev=1752928&view=rev Log: [OFBIZ-7844] Fixed broken link to View Customer request in email send to the customer. Updated the reference of 'showPortletDecorator'(which doesn't exist) to 'showPortletMainDecorator'. Thanks Swapnil M Mane for the contribution. Modified: ofbiz/trunk/applications/order/template/request/AddedNoteCustRequestNotification.ftl ofbiz/trunk/applications/order/template/request/CompletedCustRequestNotification.ftl ofbiz/trunk/applications/order/template/request/CreateCustRequestNotification.ftl Modified: ofbiz/trunk/applications/order/template/request/AddedNoteCustRequestNotification.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/template/request/AddedNoteCustRequestNotification.ftl?rev=1752928&r1=1752927&r2=1752928&view=diff ============================================================================== --- ofbiz/trunk/applications/order/template/request/AddedNoteCustRequestNotification.ftl (original) +++ ofbiz/trunk/applications/order/template/request/AddedNoteCustRequestNotification.ftl Sat Jul 16 11:31:23 2016 @@ -30,7 +30,7 @@ under the License. <br /><br /> Please login to the url below and add another note as a reply if required.<br /><br /> The status and used hours can always be checked <br /> - <a href="${StringUtil.wrapString(baseSecureUrl!)}/myportal/control/showPortletDecorator?portalPortletId=ViewCustRequest&id=${custRequest.custRequestId}">here.....</a> + <a href="${StringUtil.wrapString(baseSecureUrl!)}/myportal/control/showPortletMainDecorator?portalPortletId=ViewCustRequest&id=${custRequest.custRequestId}">here.....</a> <br /><br /> Regards.<br /><br /> Thank you for your business. Modified: ofbiz/trunk/applications/order/template/request/CompletedCustRequestNotification.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/template/request/CompletedCustRequestNotification.ftl?rev=1752928&r1=1752927&r2=1752928&view=diff ============================================================================== --- ofbiz/trunk/applications/order/template/request/CompletedCustRequestNotification.ftl (original) +++ ofbiz/trunk/applications/order/template/request/CompletedCustRequestNotification.ftl Sat Jul 16 11:31:23 2016 @@ -28,7 +28,7 @@ under the License. <p>Your Customer Request ${custRequest.custRequestName!} [${custRequest.custRequestId}] has been completed. <br /><br /> The status and used hours can always be checked at the url: <br /> - <a href="${StringUtil.wrapString(baseUrl!)}/myportal/control/showPortletDecorator?portalPortletId=ViewCustRequest&id=${custRequest.custRequestId}">${baseUrl!}/myportal/control/ViewRequest?custRequestId=${custRequest.custRequestId}</a> + <a href="${StringUtil.wrapString(baseUrl!)}/myportal/control/showPortletMainDecorator?portalPortletId=ViewCustRequest&id=${custRequest.custRequestId}">${baseUrl!}/myportal/control/ViewRequest?custRequestId=${custRequest.custRequestId}</a> <br /><br /> Regards.<br /><br /> Thank you for your business. Modified: ofbiz/trunk/applications/order/template/request/CreateCustRequestNotification.ftl URL: http://svn.apache.org/viewvc/ofbiz/trunk/applications/order/template/request/CreateCustRequestNotification.ftl?rev=1752928&r1=1752927&r2=1752928&view=diff ============================================================================== --- ofbiz/trunk/applications/order/template/request/CreateCustRequestNotification.ftl (original) +++ ofbiz/trunk/applications/order/template/request/CreateCustRequestNotification.ftl Sat Jul 16 11:31:23 2016 @@ -30,7 +30,7 @@ under the License. We will solve/implement the request as soon as possible <br /><br /> The status and used hours can always be checked <br /> - <a href="${StringUtil.wrapString(baseUrl!)}/myportal/control/showPortletDecorator?portalPortletId=ViewCustRequest&id=${custRequest.custRequestId}">here....</a> + <a href="${StringUtil.wrapString(baseUrl!)}/myportal/control/showPortletMainDecorator?portalPortletId=ViewCustRequest&id=${custRequest.custRequestId}">here....</a> <br /><br /> Regards. <br /><br /> |
Free forum by Nabble | Edit this page |