Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Evolveum/midpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-lizner committed Dec 13, 2019
2 parents 7b953f0 + 734a01d commit 0b4154b
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -631,7 +631,7 @@ private AssignmentItemDto createAssignmentItem(PrismObject<UserType> user,
return new AssignmentItemDto(null, null, null, null);
}

String name = WebComponentUtil.getDisplayNameOrName(value, true, getLocalizationService());
String name = WebComponentUtil.getDisplayNameOrName(value, false);
AssignmentEditorDtoType type = AssignmentEditorDtoType.getType(value.getCompileTimeClass());
String relation = refValue.getRelation() != null ? refValue.getRelation().getLocalPart() : null;

Expand Down

0 comments on commit 0b4154b

Please sign in to comment.