Import developers group on repository

Hi

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.

This happens on servoy 5.2.9 and also on 4.1.x.

Thank’s for help.
Roberto

No one have the same issue??

Thank you
Roberto

i guess if the solution needs/touches a group it will insert that one.
Even if it doesn’t really import the security data itself that you have.

Thank you for answer

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.

Thank you for help
Roberto

No one can help me? :cry:

Bye
Roberto

Hi guys, I’ve the same problem during the import…
Please help us! :(
Thanks to all!

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.

GroupManager.servoy (4.35 KB)

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…

Thank you for your help

Roberto