System Information
- Strapi Version: 4.24.0
- Operating System: MacOs
- Database:
- Node Version: v18.18.2
- NPM Version:
- Yarn Version: v1.22.19
We have a collection type Videos (which is localised) which has a connection to a Service collection type (non-localised). When we duplicate/clone a video in the content manager, it also copies the connection to the other locale. Is there any way to prevent this from happening? We would like to be able to copy just the data and relations. Another strange thing we’ve found is that the connection between video and service should be common to all locales, yet when I change the service for a video in one locale, it doesn’t update the service for that video in the other locale (see attachment)