Merge remote-tracking branch 'origin/118-design-filterOrder' into user_filter_tasks

This commit is contained in:
2023-07-05 10:56:12 +02:00
311 changed files with 7008 additions and 628 deletions

View File

@@ -159,6 +159,11 @@ class FilterOrderHelper
return $this->checkboxes;
}
public function hasCheckBox(string $name): bool
{
return array_key_exists($name, $this->checkboxes);
}
/**
* @return array<string, array{label: string}>
*/