Duplicate relation types when adding Cloud environments
When I add a dev environment for an Umbraco Cloud project, the dev environment creates the relation types, before it syncs the already created relation types from live. This causes a naming conflict.
I think it happens because Nexu will create the relation types if missing.
A suggestion could be to make a configuration setting, telling the Nexu installer, that it has already been installed, and shouldn't create the relation types regardless of them existing in the solution at the moment.
Duplicate relation types when adding Cloud environments
When I add a dev environment for an Umbraco Cloud project, the dev environment creates the relation types, before it syncs the already created relation types from live. This causes a naming conflict.
I think it happens because Nexu will create the relation types if missing.
A suggestion could be to make a configuration setting, telling the Nexu installer, that it has already been installed, and shouldn't create the relation types regardless of them existing in the solution at the moment.
Hi Soren,
I noticed this as well last week.
Can you create a issue here : https://github.com/dawoe/umbraco-nexu/issues
I probably need to build a lazy implementation of creating the relation types.
Dave
Sure :)
https://github.com/dawoe/umbraco-nexu/issues/17
Hi Soren,
A new version is up that fixes this issue.
Relation type is now only created when they are first needed and don't exist
Dave
is working on a reply...