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

Fixed: Undefined reference to model in Layout editor RelatedList

parent a061b35c
No related branches found
No related tags found
No related merge requests found
......@@ -178,11 +178,7 @@
</div>
<div class="col-sm-4" style="margin-top: 4px;">
<div class="pull-right">
{if $MODULE_MODEL->get('relationtype') eq '1:N' and $MODULE_MODEL->getRelationModuleName() neq 'Calendar'}
<img src="{vimage_path('1-N.png')}" width="100" height="50" />
{else}
<img src="{vimage_path('N-N.png')}" width="100" height="50" />
{/if}
<img src="{vimage_path('N-N.png')}" width="100" height="50" />
</div>
</div>
<div class="col-sm-1 deleteButton" style="padding-right: 0px;" data-relation="1">
......
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