feat: auto-booking services

addresses #869cfcptv
This commit is contained in:
Björn Fromme
2026-03-16 20:24:58 +01:00
parent 6d9265de0f
commit c510cbf590
19 changed files with 1829 additions and 72 deletions
+3
View File
@@ -29,6 +29,9 @@ class Service
#[Groups(['api:single', 'api:list'])]
public bool $mandatory = false;
#[Groups(['api:single', 'api:list'])]
public bool $autoBook = false;
#[Groups(['api:single', 'api:list'])]
public ?string $label = null;