From 4523c44431dcf94d1cc3349ad3a9f00570b1cfdd Mon Sep 17 00:00:00 2001 From: Uma <uma.s@vtiger.com> Date: Wed, 20 May 2020 17:50:59 +0530 Subject: [PATCH] Fixes #1292 CreatedTime and ModifiedTime allowed on Summary view of record --- layouts/v7/modules/Vtiger/SummaryViewContents.tpl | 2 -- 1 file changed, 2 deletions(-) diff --git a/layouts/v7/modules/Vtiger/SummaryViewContents.tpl b/layouts/v7/modules/Vtiger/SummaryViewContents.tpl index 1e320b4f6..ea4643e40 100644 --- a/layouts/v7/modules/Vtiger/SummaryViewContents.tpl +++ b/layouts/v7/modules/Vtiger/SummaryViewContents.tpl @@ -17,7 +17,6 @@ <tbody> {foreach item=FIELD_MODEL key=FIELD_NAME from=$SUMMARY_RECORD_STRUCTURE['SUMMARY_FIELDS']} {assign var=fieldDataType value=$FIELD_MODEL->getFieldDataType()} - {if $FIELD_MODEL->get('name') neq 'modifiedtime' && $FIELD_MODEL->get('name') neq 'createdtime'} <tr class="summaryViewEntries"> <td class="fieldLabel" > <label class="muted textOverflowEllipsis" title="{vtranslate($FIELD_MODEL->get('label'),$MODULE_NAME)}"> @@ -47,7 +46,6 @@ </div> </td> </tr> - {/if} {/foreach} </tbody> </table> -- GitLab