Add IdCheckPossible filter and UI toggle: enhance ProspectFilter and ProspectSortControl for IdCheck functionality

This commit is contained in:
a.beging@eas-solutions.de
2026-04-22 07:08:33 +02:00
parent 4330b53824
commit 03872e8bba
6 changed files with 22 additions and 1 deletions

View File

@@ -7,6 +7,8 @@
public bool WithoutStepInBriefing { get; set; }
public bool WithoutIdCheck { get; set; }
public bool IdCheckPossible { get; set; }
public bool NoActivity { get; set; }