Skip to content

Commit

Permalink
Small fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
mederly committed Oct 16, 2017
1 parent bf9937c commit 89e8229
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -316,7 +316,7 @@ private LocalizableMessage createDefaultProcessName(ModelContext<?> modelContext
}

return new LocalizableMessageBuilder()
.key("DefaultPolicyConstraint.Short.assignmentModification.toBe" + operationKey)
.key(SchemaConstants.DEFAULT_POLICY_CONSTRAINT_SHORT_MESSAGE_KEY_PREFIX + "assignmentModification.toBe" + operationKey)
.arg(ObjectTypeUtil.createObjectSpecification(target))
.arg(ObjectTypeUtil.createObjectSpecification(asPrismObject(focus)))
.build();
Expand Down

0 comments on commit 89e8229

Please sign in to comment.