[Vtigercrm-commits] [Vtiger development] #8341: Bug with handling of $site_URL
Vtiger development
vtiger-tickets at trac.vtiger.com
Tue Nov 11 13:10:59 GMT 2014
#8341: Bug with handling of $site_URL
------------------------+------------------------
Reporter: alanlord | Owner: developer
Type: defect | Status: new
Priority: unassigned | Milestone: Unassigned
Component: vtigercrm | Version: 6.1.0
Severity: Medium | Keywords:
------------------------+------------------------
Should $site_URL have a trailing slash or not?
One way or the other there is bug in vtiger 6.1.
In a Workflow if you use the template placeholder
{{{
$(general : (__VtigerMeta__) crmdetailviewurl)
}}}
to generate a URL and you have a trailing slash in $site_URL it will
generate a URL with two slashes before the "?index.php"
If you create a Webform, the Post URL value will be correct.
However, if you remove the trailing slash so the Workflow email URL is
correct, then the Webform Post URL value will be missing the slash
altogether... so it will never work.
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/8341>
Vtiger development <http://trac.vtiger.com/>
Vtiger CRM
More information about the vtigercrm-commits
mailing list