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

@@ -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,

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