Issue 4989: Edit tags in lightbox mode

stable
Alejandro Alonso 2017-03-08 12:00:16 +01:00
parent 91e648bea1
commit c7f615caa9
1 changed files with 1 additions and 1 deletions

View File

@ -339,7 +339,7 @@ CreateEditUserstoryDirective = ($repo, $model, $rs, $rootScope, lightboxService,
inserted = _.find itemtags, (it) -> it[0] == value
if !inserted
itemtags.push([tag , color])
itemtags.push([value , color])
$scope.us.tags = itemtags
$scope.deleteTag = (tag) ->