Hi,
I have just tried on

https://syncope-vm.apache.org/syncope-console/

to create a new Group and immediately afterwards double-click or single-clik + 
edit and all worked as expected.

I have also created a new USER via REST trough

https://syncope-vm.apache.org/syncope/

and got the same from Console.

Regards.

On 14/01/26 18:39, Stéphane Popoff wrote:
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"
             ]
         }
     ]
}


--
Francesco Chicchiriccò

Tirasa - Open Source Excellence
http://www.tirasa.net/

Member at The Apache Software Foundation
Syncope, Cocoon, Olingo, CXF, OpenJPA
https://about.me/ilgrosso

Reply via email to