rezo-labs / directus-extension-schema-management-module

UI to easily share schema/role between Directus apps
GNU General Public License v3.0
141 stars 7 forks source link

Roles exports cannot be imported like schema exports #10

Open almereyda opened 11 months ago

almereyda commented 11 months ago

When importing a schema file, I can choose between two strategies:

Screenshot 2023-12-12 at 02-31-21 Ecobytes

Instead when importing roles that exist already, an error is thrown:

Screenshot 2023-12-11 at 18-29-44 Ecobytes

Maybe the same resolution logic that is used for choosing to skip existing collections or to identify the patch can also be offered for role imports?