fix user field list view tpl

This commit is contained in:
yuri
2016-12-16 15:00:41 +02:00
parent 252ae4e18f
commit 4e61bd6048
2 changed files with 5 additions and 1 deletions
@@ -0,0 +1,4 @@
{{#if idValue}}
{{{avatar}}}
<a href="#{{foreignScope}}/view/{{idValue}}">{{nameValue}}</a>
{{/if}}
+1 -1
View File
@@ -30,7 +30,7 @@ Espo.define('views/fields/user-with-avatar', 'views/fields/user', function (Dep)
return Dep.extend({
listTemplate: 'fields/user-with-avatar/detail',
listTemplate: 'fields/user-with-avatar/list',
detailTemplate: 'fields/user-with-avatar/detail',