Skip to content

Commit 1f7383f

Browse files
committed
Bug fix: readonly field of type list which have icons were not displayed properly.
1 parent 4cd5fac commit 1f7383f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

js/view-one/one.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,7 @@ return Backbone.View.extend({
183183
case fts.url:
184184
case fts.email:
185185
case fts.list:
186+
case fts.lov:
186187
$f.html(eDico.fieldHTML_RO(f, _.isUndefined(fv)?'':fv, Evol.hashLov, iconsPath) + ' ');
187188
break;
188189
case fts.formula:

0 commit comments

Comments
 (0)