All sites packages deactivated after creating a new site

Hello Community,
we are using Neos as a Multisite System and when we create a new site (blank site package) all other site packages are deactivated - is there a place where we can change this?

thanks
robby

Hey,

That behavior is a compromise of poor solution. Basically creating a new site shouldn’t be done in production using the sites module. Instead it’s recommended to use the CLI commands, preferably on your development site and import that site on the production server.

The only way to disable it would be using AOP overwriting behavior here https://github.com/neos/neos/blob/fd8ec7335e394cb3d58a251147de49f0c6b66dd1/Classes/TYPO3/Neos/Controller/Module/Administration/SitesController.php#L217

Thank you very much - we do most of these changes with the command tools anyway :smile:

thanks
robby