[Vtigercrm-developers] Vtiger 6.0 - bugs in Project module

Janicki, Michał m.janicki at opensaas.pl
Fri Mar 21 08:06:24 GMT 2014


Hi,

1 Tab "Project Summary" is duplicated (pb1.jpg)

2 In detail view when I move from tab "Project Summary" to e.g "Documents"
tab next I back to "Project Summary" tab looks like this pb2.jpg

3 In layout/vlayouts/module/Project/ there is file SummaryViewWidgets.tpl.
On a beginning file in this code:

{foreach item=DETAIL_VIEW_WIDGET from=$DETAILVIEW_LINKS['DETAILVIEWWIDGET']}
{if ($DETAIL_VIEW_WIDGET->getLabel() eq 'Documents') }
{assign var=DOCUMENT_WIDGET_MODEL value=$DETAIL_VIEW_WIDGET}
{elseif ($DETAIL_VIEW_WIDGET->getLabel() eq 'LBL_MILESTONES')}
{assign var=MILESTONE_WIDGET_MODEL value=$DETAIL_VIEW_WIDGET}
{elseif ($DETAIL_VIEW_WIDGET->getLabel() eq 'HelpDesk')}
{assign var=HELPDESK_WIDGET_MODEL value=$DETAIL_VIEW_WIDGET}
{elseif ($DETAIL_VIEW_WIDGET->getLabel() eq 'LBL_TASKS')}
{assign var=TASKS_WIDGET_MODEL value=$DETAIL_VIEW_WIDGET}
{elseif ($DETAIL_VIEW_WIDGET->getLabel() eq 'ModComments')}
{assign var=COMMENTS_WIDGET_MODEL value=$DETAIL_VIEW_WIDGET}
{elseif ($DETAIL_VIEW_WIDGET->getLabel() eq 'LBL_UPDATES')}
{assign var=UPDATES_WIDGET_MODEL value=$DETAIL_VIEW_WIDGET}
{/if}
{/foreach}

When I have add new widget I must modify also SummaryViewWidgets.tpl. In
Vtiger module this file has different construction. Why is it so? I think
it is better to remove this file.


*Z poważaniem / Best regards*

*Michał Janicki*
*Tel: +48 884-999-531*

*m.janicki at opensaas.pl <m.janicki at opensaas.pl>www.OpenSaaS.pl
<http://www.opensaas.pl/>*
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20140321/762f207c/attachment-0001.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pb2.jpg
Type: image/jpeg
Size: 86671 bytes
Desc: not available
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20140321/762f207c/attachment-0002.jpg>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pb1.jpg
Type: image/jpeg
Size: 123255 bytes
Desc: not available
URL: <http://lists.vtigercrm.com/pipermail/vtigercrm-developers/attachments/20140321/762f207c/attachment-0003.jpg>


More information about the vtigercrm-developers mailing list