[#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

View File

@@ -213,7 +213,7 @@ function recordPreviewModal(rawRecord, modalSettings) {
});
}
return app.utils.stringifyValue(data.record[f.name]);
return app.utils.displayValue(data.record[f.name], 1000);
},
),
);