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