Group type refactor #11524
Labels
kind/analysis
Used when an issue needs to be analysed before it becomes a user story.
quality/code
Violations from current rules for code, best practices, etc. Or just bad code.
status/for-consideration
Issues that need consideration by team
The
ExpressionPropertyForGroup
enum has values prefixed withedit.
. This prefix is then hardcoded in the code to match the enum value, so this is not ideal. Also, this should be synchronized with theedit
property of theFormContainer
type, which is currently justKeyValuePairs
.The text was updated successfully, but these errors were encountered: