svn commit: r1646946 - /ofbiz/branches/release12.04/specialpurpose/ecommerce/templates/email/ContactListVerifyEmail.ftl

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

svn commit: r1646946 - /ofbiz/branches/release12.04/specialpurpose/ecommerce/templates/email/ContactListVerifyEmail.ftl

ashish-18
Author: ashish
Date: Sat Dec 20 10:27:02 2014
New Revision: 1646946

URL: http://svn.apache.org/r1646946
Log:
Applied bug fix from trunk r1646943.
Applied patch from jira issue - OFBIZ-4558 - Verify subscription email requires form submit.
Thanks Kiran for creating the issue, Thanks Deepak for provding the patch.

Modified:
    ofbiz/branches/release12.04/specialpurpose/ecommerce/templates/email/ContactListVerifyEmail.ftl

Modified: ofbiz/branches/release12.04/specialpurpose/ecommerce/templates/email/ContactListVerifyEmail.ftl
URL: http://svn.apache.org/viewvc/ofbiz/branches/release12.04/specialpurpose/ecommerce/templates/email/ContactListVerifyEmail.ftl?rev=1646946&r1=1646945&r2=1646946&view=diff
==============================================================================
--- ofbiz/branches/release12.04/specialpurpose/ecommerce/templates/email/ContactListVerifyEmail.ftl (original)
+++ ofbiz/branches/release12.04/specialpurpose/ecommerce/templates/email/ContactListVerifyEmail.ftl Sat Dec 20 10:27:02 2014
@@ -34,7 +34,7 @@ under the License.
 <p class="tabletext">We have received a request for subscription to the ${contactList.contactListName} contact list.</p>
 <p class="tabletext">To complete your subscription click the on the following link:</p>
 
-<#assign verifyUrl = baseEcommerceSecureUrl+'updateContactListPartyNoUserLogin?contactListId='+contactListParty.contactListId+'&amp;partyId='+contactListParty.partyId+'&amp;fromDate='+contactListParty.fromDate+'&amp;statusId=CLPT_ACCEPTED&amp;optInVerifyCode='+contactListPartyStatus.optInVerifyCode+'&amp;baseLocation='+baseLocation?if_exists>
+<#assign verifyUrl = baseEcommerceSecureUrl+'/'+'updateContactListPartyNoUserLogin?contactListId='+contactListParty.contactListId+'&amp;partyId='+contactListParty.partyId+'&amp;fromDate='+contactListParty.fromDate+'&amp;statusId=CLPT_ACCEPTED&amp;optInVerifyCode='+contactListPartyStatus.optInVerifyCode+'&amp;baseLocation='+baseLocation!>
 <#if (contactListParty.preferredContactMechId)?exists>
     <#assign verifyUrl= verifyUrl+"&amp;preferredContactMechId="+contactListParty.preferredContactMechId>
 </#if>