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