-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1787 from navikt/dev
Prodsette: Sortere gjeldende § 14 a-vedtak + Nye tiltakstypar for tiltakshendelse
- Loading branch information
Showing
5 changed files
with
167 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 9 additions & 2 deletions
11
src/main/java/no/nav/pto/veilarbportefolje/tiltakshendelse/domain/Tiltakstype.java
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,13 @@ | ||
package no.nav.pto.veilarbportefolje.tiltakshendelse.domain; | ||
|
||
// TODO få tiltakstypar frå team Komet | ||
public enum Tiltakstype { | ||
ARBFORB | ||
ARBFORB, | ||
ARBRRHDAG, | ||
AVKLARAG, | ||
DIGIOPPARB, | ||
INDOPPFAG, | ||
GRUFAGYRKE, | ||
GRUPPEAMO, | ||
JOBBK, | ||
VASV, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters