Skip to content

Commit

Permalink
Add VURDI to ArenaKvalifiseringsgruppe enum
Browse files Browse the repository at this point in the history
Extended the ArenaKvalifiseringsgruppe enum to include the new value VURDI. This change allows the system to recognize and process the new qualification group within the domain model.
  • Loading branch information
krharum committed Nov 25, 2024
1 parent c3d8c86 commit 8d70cf9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@

public enum ArenaKvalifiseringsgruppe {

IKVAL, BFORM, BATT, VARIG, IVURD, BKART
IKVAL, BFORM, BATT, VARIG, IVURD, BKART, VURDI
}

0 comments on commit 8d70cf9

Please sign in to comment.