Author: ashish
Date: Sat Dec 20 10:26:10 2014
New Revision: 1646945

URL: http://svn.apache.org/r1646945
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/release13.07/specialpurpose/ecommerce/templates/email/ContactListVerifyEmail.ftl

Modified: 
ofbiz/branches/release13.07/specialpurpose/ecommerce/templates/email/ContactListVerifyEmail.ftl
URL: 
http://svn.apache.org/viewvc/ofbiz/branches/release13.07/specialpurpose/ecommerce/templates/email/ContactListVerifyEmail.ftl?rev=1646945&r1=1646944&r2=1646945&view=diff
==============================================================================
--- 
ofbiz/branches/release13.07/specialpurpose/ecommerce/templates/email/ContactListVerifyEmail.ftl
 (original)
+++ 
ofbiz/branches/release13.07/specialpurpose/ecommerce/templates/email/ContactListVerifyEmail.ftl
 Sat Dec 20 10:26:10 2014
@@ -34,7 +34,7 @@ under the License.
 <p>We have received a request for subscription to the 
${contactList.contactListName} contact list.</p>
 <p>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>


Reply via email to