Skip to content

Commit 5467ff7

Browse files
committed
Cards view - bug fix in formula fields.
1 parent 8660d22 commit 5467ff7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

js/view-many/many-cards.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ Evol.ViewMany.Cards = Evol.ViewMany.extend({
5151
}else if(f.type===fts.color) {
5252
v = model.escape(f.attribute || f.id);
5353
v = Evol.UI.input.colorBox(f.id, v, v);
54+
}else if(f.type==='formula'){
55+
v = Evol.UI.input.formula(null, f, model);
5456
}else{
5557
v = that._HTMLField(f, model.escape(f.attribute || f.id));
5658
}

0 commit comments

Comments
 (0)