summaryrefslogtreecommitdiff
path: root/modules/organize
diff options
context:
space:
mode:
Diffstat (limited to 'modules/organize')
-rw-r--r--modules/organize/controllers/organize.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/modules/organize/controllers/organize.php b/modules/organize/controllers/organize.php
index 35e4cd66..18e6054b 100644
--- a/modules/organize/controllers/organize.php
+++ b/modules/organize/controllers/organize.php
@@ -153,7 +153,8 @@ class Organize_Controller extends Controller {
->as_array();
foreach ($children as $child) {
$node = array(
- "allowChildren" => true,
+ "allowDrag" => false,
+ "allowDrop" => access::can("edit", $child),
"editable" => false,
"expandable" => true,
"id" => $child->id,