I use org.ametys.runtime.plugins.core.group.GroupDrivenLdapAndJdbc as extension point for GroupsManager
I have one Database Group (Groupe1) created.
For sitemap credentials management, if i want to Assign to a group to display the groups list popup, it will work the first time but not other times.
The next time i want to display groups list, i get a JS error because 2 occurences of group are sent but i have only one (See screenshot)
The fisrt part of response contains all groups (LDAP and JDBC) and the second part of the response contains only JDBC groups. That's why 2 occurences of the groups are sent.
But it causes a problem with the renderer.