Automatically set the stocktake permission if a user can already add and withdraw from a lot

This commit is contained in:
Jan Böhmer
2026-02-10 23:24:40 +01:00
parent 3c87fe0932
commit 35598df354
2 changed files with 17 additions and 1 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 = 4;
/**
* Creates a new Permission Data Instance using the given data.