temporary branch

This commit is contained in:
BACHIR SOULDI
2024-10-17 11:30:20 +01:00
parent cd115a234b
commit 742ec3e75e
212 changed files with 18396 additions and 1899 deletions

View File

@@ -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) {