temporary branch
This commit is contained in:
@@ -59,6 +59,12 @@
|
||||
color: #5cb85c !important;
|
||||
}
|
||||
|
||||
.hilite-success-text,
|
||||
.hilite-success-text input:first-of-type,
|
||||
.hilite-success-text textarea:first-of-type {
|
||||
color: #5b0077 !important;
|
||||
}
|
||||
|
||||
.hilite-success,
|
||||
.hilite-success input:first-of-type,
|
||||
.hilite-success textarea:first-of-type,
|
||||
|
||||
@@ -334,7 +334,7 @@ var Formatters = {
|
||||
},
|
||||
|
||||
"one-to-many": function(field, value) {
|
||||
return value ? '(' + value.length + ')' : "";
|
||||
return value ? '(' + value.map(i => s.concat(i["fullName"].split("-")[0])) + ')' : "";
|
||||
},
|
||||
|
||||
"many-to-many": function(field, value) {
|
||||
|
||||
Reference in New Issue
Block a user