-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 6.5.0
-
Component/s: Module - Web UI
-
Labels:
Admin UI is treating attribute boolean as string for role conditions (internal and provisioning). When using Rest to great condition
"condition": "/mybooleanattributeinmanagedobject eq true"
then condition is working fine.
GUI makes it to "/mybooleanattributeinmanagedobject eq \"true\"" which will not work.