Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/tasks.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRaimund Schlüßler <raimund.schluessler@googlemail.com>2016-05-15 14:57:08 +0300
committerRaimund Schlüßler <raimund.schluessler@googlemail.com>2016-05-15 14:57:08 +0300
commitdd7c777c466328787986d7c5e88f0255918a12ad (patch)
treeb1e932828f4e5988a2175da7bb16a5eb86d33bd9 /templates
parent202085a43d83e59c375c4f9568223096d5c90be8 (diff)
Fix adding task in all view
Diffstat (limited to 'templates')
-rw-r--r--templates/part.taskbody.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/part.taskbody.php b/templates/part.taskbody.php
index 4046ddee..49fe36aa 100644
--- a/templates/part.taskbody.php
+++ b/templates/part.taskbody.php
@@ -38,7 +38,7 @@
dnd-dragover="dragover(event, index)">
<li class="task-item ui-draggable handler add-subtask"
ng-show="status.addSubtaskTo == task.uid">
- <form ng-submit="addTask(status.subtaskName,task.uid,task.calendarid)" name="addTaskForm">
+ <form ng-submit="addTask(status.subtaskName,task.uid,task.calendar)" name="addTaskForm">
<input class="transparent"
placeholder="{{ getSubAddString(task.summary) }}"
ng-disabled="isAddingTask"