Skip to content
Snippets Groups Projects
Commit 36e25a0b authored by Prasad's avatar Prasad
Browse files

Fixed string in string access issue in template

parent 58556eea
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@
</td>
{foreach item=LISTVIEW_HEADER from=$LISTVIEW_HEADERS}
{assign var=LISTVIEW_HEADERNAME value=$LISTVIEW_HEADER->get('name')}
<td class="listViewEntryValue textOverflowEllipsis {$WIDTHTYPE}" title="{$RECORD_DATA[$LISTVIEW_HEADERNAME]}">
<td class="listViewEntryValue textOverflowEllipsis {$WIDTHTYPE}">
{if $LISTVIEW_HEADER->isNameField() eq true or $LISTVIEW_HEADER->get('uitype') eq '4'}
<a>{$LISTVIEW_ENTRY->get($LISTVIEW_HEADERNAME)}</a>
{else}
......
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