Skip to content

Commit

Permalink
JSM-666 Både skjermet og merket personnavn (i tittel)
Browse files Browse the repository at this point in the history
  • Loading branch information
nilsodd committed Sep 10, 2024
1 parent 802d292 commit 47c0225
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public CaseType toSikriUpdate(CaseType caseType, PersonalmappeResource personalm
}

private static String getPersonalmappeTitle(String fullName) {
return getMarkedTitle(String.format("Personalmappe - %s%s%s", "#", fullName, "#"));
return getMarkedTitle(String.format("Personalmappe - %s%s%s", "@#", fullName, "#@"));
}

public ClassificationType toSikriUpdate(ClassificationType classificationType, PersonalmappeResource personalmappeResource) {
Expand Down

0 comments on commit 47c0225

Please sign in to comment.