Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Sep 16, 2020
2 parents bb01b5d + 5cf5345 commit fe8a7eb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -4002,7 +4002,7 @@ public static DisplayType getAssignmentObjectRelationDisplayType(PageBase pageBa
return displayType;
}
}
return createDisplayType(GuiStyleConstants.EVO_ASSIGNMENT_ICON, "green", pageBase.createStringResource(defaultTitleKey, typeTitle, relationTitle).getString());
return createDisplayType("", "", pageBase.createStringResource(defaultTitleKey, typeTitle, relationTitle).getString());
}

public static void saveTask(PrismObject<TaskType> oldTask, OperationResult result, PageBase pageBase) {
Expand Down

0 comments on commit fe8a7eb

Please sign in to comment.