Hi,
I've noticed an issue with the new Adaxes portal that seems like a downgrade from the previous version. It's specifically about how rule-based groups and their members (groups) behave.
In the old portal, I could click on a group and get redirected to the group object (or open it in a new tab). This functionality doesn't work anymore in the new portal.
Also, when selecting a group name to copy it, the new portal includes extra parameters instead of just giving me the clean name.
[
    {
        "type":2,
        "group":
            {
                "$$refObjectInfo":null,
                "referenceType":0,
                "key":"XXX",
                "displayName":null
            },
        "directMembersOnly":true,
        "exclude":false,
        "disabled":false
    }
]   
Is this behavior by design or is it a known bug? It's affecting our workflow.
Thanks!