Skip to content

Commit

Permalink
Merge pull request #555 from navikt/familieFixRouting
Browse files Browse the repository at this point in the history
Fix routing priority for familie
  • Loading branch information
mamikals authored Jan 18, 2024
2 parents 3447dbc + 8d1ac5e commit 645236d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<isAttributeBased>true</isAttributeBased>
<label>BTO Familie</label>
<routingModel>MOST_AVAILABLE</routingModel>
<routingPriority>4</routingPriority>
<routingPriority>5</routingPriority>
<skills>
<skill>BTO</skill>
</skills>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<isAttributeBased>true</isAttributeBased>
<label>STO Familie</label>
<routingModel>MOST_AVAILABLE</routingModel>
<routingPriority>4</routingPriority>
<routingPriority>5</routingPriority>
<skills>
<skill>Familie</skill>
</skills>
Expand Down

0 comments on commit 645236d

Please sign in to comment.