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

Fixed display of modifier information on Related record updates widget.

parent 5d7a2c6e
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,8 @@
<li>
<div class="row-fluid">
{assign var=RELATION value=$RECENT_ACTIVITY->getRelationInstance()}
<span>{vtranslate($RELATION->getLinkedRecord()->getModuleName(), $RELATION->getLinkedRecord()->getModuleName())}</span> <span>
<span><strong>{$RECENT_ACTIVITY->getModifiedBy()->getName()} </strong></span>
<span>
{if $RECENT_ACTIVITY->isRelationLink()}
{vtranslate('LBL_ADDED', $MODULE_NAME)}
{else}
......@@ -99,4 +100,4 @@
</div>
<span class="clearfix"></span>
</div>
{/strip}
\ No newline at end of file
{/strip}
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