-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 7.10
-
Component/s: Translations
-
Release Notes Summary:Task life cycle states are translated
-
Tags:
-
Backlog priority:200
The states defined in the TaskConstants class are not translated, although they are used in the audit trail.
public static final String TASK_CANCELLED_LIFE_CYCLE_STATE = "cancelled"; public static final String TASK_OPENED_LIFE_CYCLE_STATE = "opened"; public static final String TASK_ENDED_LIFE_CYCLE_STATE = "ended";