[Vtigercrm-commits] [Vtiger development] #8122: New report - Not Access to related entities with accents
Vtiger development
vtiger-tickets at trac.vtiger.com
Wed Jul 2 18:34:27 GMT 2014
#8122: New report - Not Access to related entities with accents
------------------------+--------------------------------------
Reporter: jason | Owner: developer
Type: defect | Status: new
Priority: unassigned | Milestone: 6.1.0
Component: vtigercrm | Version: 6.0.0
Severity: Medium | Keywords: report, related entities
------------------------+--------------------------------------
If vtiger operates in French, when creating new reports, we don't have
access to entities related to the main entity if there are accents in the
name of an entity.
We can fix this problem like this :
vtigercrm/layouts/vlayout/modules/Reports/Step1.tpl
20 <input type="hidden" name="record" value="{$RECORD_ID}" />
''21- <input type=hidden id="relatedModules" data-
value='{ZEND_JSON::encode($RELATED_MODULES)}' />
'''''21+ <input type=hidden id="relatedModules" data-
value='{ZEND_JSON::encode($RELATED_MODULES)|escape}' />
'''22 <div class="well contentsBackground">
--
Ticket URL: <http://trac.vtiger.com/cgi-bin/trac.cgi/ticket/8122>
Vtiger development <http://trac.vtiger.com/>
Vtiger CRM
More information about the vtigercrm-commits
mailing list