Prospectgrid draft

This commit is contained in:
Andre Beging
2025-03-28 17:48:08 +01:00
parent e8e438b62a
commit 97deed7d90
7 changed files with 42 additions and 15 deletions

View File

@@ -75,7 +75,7 @@
<InteractionRow
Prospect="Prospect"
Type="InteractionType.ReleasedForVerification"
AllowInteraction="@(StateFilter == ProspectStateFilter.OnBoarding && CurrentUser.IsInGroup(UserGroup.WelcomeTeam))"
AllowInteraction="@(StateFilter is ProspectStateFilter.OnBoarding or ProspectStateFilter.Verification && CurrentUser.IsInGroup(UserGroup.WelcomeTeam))"
AddClick="() => AddInteraction(InteractionType.ReleasedForVerification)"
RemoveClick="@RemoveInteraction"
Caption="Freigabe zur Verifizierung"