Skip to content

Commit

Permalink
Added missing localization keys for wf related audit properties (MID-…
Browse files Browse the repository at this point in the history
…3799.2)
  • Loading branch information
mederly committed Jun 15, 2017
1 parent 45aa8c6 commit b914ed7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
Expand Up @@ -3651,6 +3651,7 @@ DecisionDto.rejectedDueToTimeout=(rejected due to the timeout)
DecisionDto.AUTO_APPROVAL_CONDITION=(auto-approval condition)
DecisionDto.AUTO_COMPLETION_CONDITION=(auto-completion condition)
DecisionDto.NO_ASSIGNEES_FOUND=(no approvers found)
wf.comment=Comment
wf.object=Object
wf.target=Target
wf.originalAssignee=Original assignee
Expand All @@ -3664,6 +3665,10 @@ wf.escalationLevelName=Escalation level name
wf.escalationLevelDisplayName=Escalation level display name
wf.workItemId=Work item ID
wf.processInstanceId=Process instance ID
wf.requesterComment=Requester comment
wf.causeType=Cause type
wf.causeName=Cause name
wf.causeDisplayName=Cause display name
PageAccountActivation.account.activation.successful=Activation of accounts was successful
PageAccountActivation.account.activation.failed=Failed to activate accounts. Please, contact system administrator
PageAccountActivation.activated.shadows=Activated shadows:
Expand Down
Expand Up @@ -24,7 +24,8 @@
public class WorkflowConstants {

public static final String NS_WORKFLOW_TRIGGER_PREFIX = SchemaConstants.NS_WORKFLOW + "/trigger";


// don't forget to add audit property names into localization properties file
public static final String AUDIT_COMMENT = "wf.comment";
public static final String AUDIT_OBJECT = "wf.object";
public static final String AUDIT_TARGET = "wf.target";
Expand Down

0 comments on commit b914ed7

Please sign in to comment.