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-03-15 23:18:34 +0300
committerRaimund Schlüßler <raimund.schluessler@googlemail.com>2016-03-15 23:18:34 +0300
commitb2a87ca8bcc0f1a80a7d81e7f0e9414d4d4c4dcd (patch)
tree9f31369e4ace38ed9e319c76059213931a6cc127 /templates
parentf21d86129b3a48e6fcaf7a410a64fb17f69fe2ca (diff)
Prevent dropping in not writable lists
Diffstat (limited to 'templates')
-rw-r--r--templates/part.taskbody.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/part.taskbody.php b/templates/part.taskbody.php
index a8bc8545..c2f3ecee 100644
--- a/templates/part.taskbody.php
+++ b/templates/part.taskbody.php
@@ -33,6 +33,7 @@
<div class="subtasks-container"
ng-class="{subtaskshidden: hideSubtasks(task)}">
<ol dnd-list="draggedTasks"
+ calendarID="{{task.calendar.uri}}"
dnd-drop="dropAsSubtask(event, item, index)"
dnd-dragover="dragover(event, item, index)">
<li class="task-item ui-draggable handler add-subtask"