Do not enable the create part from provider permission automatically

This allows users to create new datastructures, which is maybe not wanted. Besides it has to be configured first.
This commit is contained in:
Jan Böhmer 2023-07-17 00:20:38 +02:00
parent 7b61cb3163
commit d10d29e590
3 changed files with 1 additions and 23 deletions

View file

@ -43,7 +43,7 @@ final class PermissionData implements \JsonSerializable
/**
* The current schema version of the permission data
*/
public const CURRENT_SCHEMA_VERSION = 3;
public const CURRENT_SCHEMA_VERSION = 2;
/**
* Creates a new Permission Data Instance using the given data.