Issue 4989: Edit tags in lightbox mode
parent
91e648bea1
commit
c7f615caa9
|
@ -339,7 +339,7 @@ CreateEditUserstoryDirective = ($repo, $model, $rs, $rootScope, lightboxService,
|
||||||
inserted = _.find itemtags, (it) -> it[0] == value
|
inserted = _.find itemtags, (it) -> it[0] == value
|
||||||
|
|
||||||
if !inserted
|
if !inserted
|
||||||
itemtags.push([tag , color])
|
itemtags.push([value , color])
|
||||||
$scope.us.tags = itemtags
|
$scope.us.tags = itemtags
|
||||||
|
|
||||||
$scope.deleteTag = (tag) ->
|
$scope.deleteTag = (tag) ->
|
||||||
|
|
Loading…
Reference in New Issue