-
- Downloads
Updated InCompartment in ConstraintRuleVisitor, to fix the following
error. `private boolean isInCompartmentRuleVisitor(InCompartment rule)` only checks the name of a container against "compartmentType". Minimal Example: Create a CompartmentType, rename it to Bank, save, StepIn the compartment type and try to create a roletype. Expected out come: RoleType is created Seen effect: Creation is prohibited This commit fixes this issue.
Please register or sign in to comment