Merge pull request #352 from taigaio/issue/2286/admin-status-bug
Fix add new choice after hide new choice form in admin panelstable
commit
886b432b5c
|
@ -218,7 +218,7 @@ ProjectValuesDirective = ($log, $repo, $confirm, $location, animationFrame) ->
|
|||
|
||||
$el.on "click", ".delete-new", (event) ->
|
||||
event.preventDefault()
|
||||
$el.find(".new-value").hide()
|
||||
$el.find(".new-value").addClass("hidden")
|
||||
initializeNewValue()
|
||||
|
||||
$el.on "click", ".edit-value", (event) ->
|
||||
|
|
Loading…
Reference in New Issue