fix issue 4573
parent
e233736aea
commit
3ec18f4781
|
@ -168,6 +168,8 @@ RelatedTaskCreateFormDirective = ($repo, $compile, $confirm, $tgmodel, $loading,
|
|||
$scope.newTask = $tgmodel.make_model("tasks", newTask)
|
||||
|
||||
render = ->
|
||||
return if $scope.openNewRelatedTask
|
||||
|
||||
$scope.openNewRelatedTask = true
|
||||
|
||||
$el.on "keyup", "input", (event)->
|
||||
|
|
Loading…
Reference in New Issue