if I export a solution from my developer (without module, data, i18n or user) and import it on a server, in repository db are created all the groups that I have on my developer.
No flag on “Overwrite repository group security settings with import version” checkbox during my import.
I tried with an empty solution ( one white form without code ) and the groups that I have in developer are imported.
I can see all the groups in the system table on repository db ( “servoy_groups” is the table name ).
The imported groups are also selectable on servoy admin page under “users” window.
When you want to manage the groups which are imported and not meant to be, you can use the enclosed solution.
Wrote this once, while in the exact same situation.
If you want to prevent a solution to import the groups, simply modify the .servoy file.
It’s ‘just’ a zipfile containing all the information for the import.
Thank you for the .servoy file.
I know it’s possible delete the group after the import, but I want to prevent the groups import in my solution.
Sometimes this can interrupt my import because the primary key of the existing group is the same of my developer group…