Skip to content
Snippets Groups Projects
Unverified Commit dafdc6f9 authored by Alexander Polyankin's avatar Alexander Polyankin Committed by GitHub
Browse files

Fix passing treat-before-posting on the FE (#20111)

parent 31e1444c
Branches
Tags
No related merge requests found
......@@ -296,6 +296,7 @@ function getEngineFormFields(engine, details, id) {
readOnly: field.readOnly || false,
helperText: field["helper-text"],
visibleIf: field["visible-if"],
treatBeforePosting: field["treat-before-posting"],
...(overrides && overrides(engine, details, id)),
};
})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment