Split filter drawer contracts

This commit is contained in:
2026-03-19 18:41:08 +01:00
parent 0f8fff8daf
commit 98520dcc6a
5 changed files with 174 additions and 2 deletions

View File

@@ -35,10 +35,11 @@ function modulePermissionsSyncRun(): int
$result = $synchronizer->sync();
fwrite(STDOUT, sprintf(
"module-permissions-sync: created=%d updated=%d unchanged=%d total=%d\n",
"module-permissions-sync: created=%d updated=%d unchanged=%d deactivated=%d total=%d\n",
$result['created'],
$result['updated'],
$result['unchanged'],
$result['deactivated'],
$result['total']
));