[#7649] renamed the stringify util and removed its unnecessery tags stripping

This commit is contained in:
Gani Georgiev
2026-04-20 11:46:35 +03:00
parent 1b18ab9bec
commit d35a0d841c
8 changed files with 30 additions and 45 deletions
+1 -1
View File
@@ -73,7 +73,7 @@ export function input(props) {
const autodateValues = [];
for (let f of autodateFields) {
autodateValues.push(`${f.name}: ${app.utils.stringifyValue(props.record[f.name])}`);
autodateValues.push(`${f.name}: ${app.utils.displayValue(props.record[f.name])}`);
}
return t.div(