Skip to content

Commit

Permalink
MID-8469 default relation is excluded from the case name
Browse files Browse the repository at this point in the history
  • Loading branch information
KaterynaHonchar committed Mar 6, 2023
1 parent b140882 commit 61d0aa0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ private LocalizableMessage createDefaultProcessName(ModelInvocationContext<?> ct

QName relation = assignment.getNormalizedRelation();

if (relation == null) {
if (prismContext.isDefaultRelation(relation)) {
return new LocalizableMessageBuilder()
.key(SchemaConstants.DEFAULT_POLICY_CONSTRAINT_SHORT_MESSAGE_KEY_PREFIX + "assignmentModification.toBe" + operationKey)
.arg(ObjectTypeUtil.createDisplayInformation(target, false))
Expand Down

0 comments on commit 61d0aa0

Please sign in to comment.