Merge pull request #1244 from taigaio/issue/4989-edit-tags-in-lightbox-mode
Issue 4989: Edit tags in lightbox modestable
commit
5e4a700788
|
@ -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) ->
|
||||
|
|
Loading…
Reference in New Issue