We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8660d22 commit 5467ff7Copy full SHA for 5467ff7
js/view-many/many-cards.js
@@ -51,6 +51,8 @@ Evol.ViewMany.Cards = Evol.ViewMany.extend({
51
}else if(f.type===fts.color) {
52
v = model.escape(f.attribute || f.id);
53
v = Evol.UI.input.colorBox(f.id, v, v);
54
+ }else if(f.type==='formula'){
55
+ v = Evol.UI.input.formula(null, f, model);
56
}else{
57
v = that._HTMLField(f, model.escape(f.attribute || f.id));
58
}
0 commit comments