[Vtigercrm-developers] Bug in vtiger 6 users editview template
Lajeesh K
lajeesh at practicesuite.com
Sat Jul 13 06:29:49 UTC 2013
Hi,
There is a bug in vlayout/modues/Users/Editview.tpl at line around 93 the
line
{include
file=$FIELD_MODEL->getUITypeModel()->getTemplateName()|@vtemplate_path}
should be replaced with
{include
file=vtemplate_path($FIELD_MODEL->getUITypeModel()->getTemplateName(),$MODUL
E) BLOCK_FIELDS=$BLOCK_FIELDS}
Because , The first line takes the uitypes from modues/vtiger/uitypes and
the second line takes the uitypes from modules/users/uitypes
If we want to make any changes or add any conditions to modules uitypes the
uitypes templates should take from modules uitypes folder
Thanks and regards,
Lajeesh
http://phpinspired.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20130713/695f3fcf/attachment.html>
More information about the vtigercrm-developers
mailing list