WCF
WCF copied to clipboard
Prevent empty identifiers in AbstractIntegerCondition
Currently, the identifier can be empty, which leads to weird named form fields and potentially to naming conflicts.
We could throw an error if the identifier is empty or alternatively generate the identifier dynamically.