Hi,

When creating a group via Rest [1] or Gui, we can update the record
via a double click and then a local menu appears, but that has no
effect (the menu buttons react, but don't operate).
Simply clicking on the record doesn't create the local menu.

Best regards,

Stéphane POPOFF
[1] {
    "_class": "org.apache.syncope.common.lib.request.GroupCR",
    "realm": "/",
    "name": "appAdmin",
    "auxClasses": [
        "AdminGroup"
    ],
    "plainAttrs": [
        {
            "schema": "projects",
            "values": [
                "projet1",
                "projet2"
            ]
        }
    ],
    "derAttrs": [
        {
            "schema": "login",
            "values": [
                "adm-"
            ]
        }
    ],
    "resources": [
        "admin"
    ],
    "relationships": [],
    "userOwner": null,
    "groupOwner": null,
    "udynMembershipCond": null,
    "adynMembershipConds": {},
    "typeExtensions": [
        {
            "anyType": "USER",
            "auxClasses": [
                "AdminGroup"
            ]
        }
    ]
}

Reply via email to