[#7649] renamed the stringify util and removed its unnecessery tags stripping
This commit is contained in:
@@ -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);
|
||||
},
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user