temporary branch
This commit is contained in:
@@ -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