fix issue 4573

stable
Juanfran 2016-09-27 11:32:58 +02:00
parent e233736aea
commit 3ec18f4781
1 changed files with 2 additions and 0 deletions

View File

@ -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)->