rules-framework icon indicating copy to clipboard operation
rules-framework copied to clipboard

Allow default value (zero literal) when condition type is a enum

Open luispfgarces opened this issue 3 years ago • 0 comments

When framework consumer uses a enum type without specifying numeric values for each literal, the first literal will assume zero (default value) which is not accepted by rule builder validation.

The goal is to skip/disable this validation for enum typed condition types.

luispfgarces avatar Mar 28 '21 22:03 luispfgarces