feat: complete jobcard management workflows and UI

This commit is contained in:
Marco0300
2026-09-01 21:47:35 +02:00
parent b983f90dcb
commit 9ce08bc6f8
27 changed files with 1081 additions and 115 deletions
+1
View File
@@ -48,6 +48,7 @@ final class RoleRecord
public function isAdministrator(array $record): bool
{
if (isset($record['id']) && (int) $record['id'] === 1) return true;
return $this->canonicalName($record['name'] ?? null) === self::ADMINISTRATOR;
}