Add history assigned users template
parent
3ec018037d
commit
f42c07abb0
|
@ -1232,6 +1232,7 @@
|
|||
"STATUS": "status",
|
||||
"TYPE": "type",
|
||||
"ASSIGNED_TO": "assigned to",
|
||||
"ASSIGNED_USERS": "assigned users",
|
||||
"MILESTONE": "sprint",
|
||||
"COLOR": "color"
|
||||
}
|
||||
|
|
|
@ -33,6 +33,11 @@
|
|||
)
|
||||
include history-templates/history-assigned
|
||||
|
||||
.diff-wrapper(
|
||||
ng-if="vm.type == 'assigned_users'"
|
||||
)
|
||||
include history-templates/history-assigned-users
|
||||
|
||||
.diff-wrapper(
|
||||
ng-if="vm.type == 'tags'"
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue