Skip to content

Commit

Permalink
MID-6131 error on self dashboard page
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Mar 23, 2020
1 parent a721c52 commit 6064ccb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -609,7 +609,7 @@ private AssignmentItemDto createAssignmentItem(PrismObject<UserType> user,

PrismObject resource = WebModelServiceUtils.loadObject(ResourceType.class,
resourceRef.getOid(), this, task, result);
name = WebComponentUtil.getName(resource);
name = WebComponentUtil.getName(resource, false);
description = constr.getDescription();
}
}
Expand Down

0 comments on commit 6064ccb

Please sign in to comment.