Skip to content
Snippets Groups Projects
Commit 4523c444 authored by Uma's avatar Uma
Browse files

Fixes #1292 CreatedTime and ModifiedTime allowed on Summary view of record

parent cdb6fae2
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment