Add history assigned users template

stable
Álex Hermida 2018-04-06 17:03:29 +02:00
parent 3ec018037d
commit f42c07abb0
2 changed files with 6 additions and 0 deletions

View File

@ -1232,6 +1232,7 @@
"STATUS": "status",
"TYPE": "type",
"ASSIGNED_TO": "assigned to",
"ASSIGNED_USERS": "assigned users",
"MILESTONE": "sprint",
"COLOR": "color"
}

View File

@ -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'"
)