diff --git a/src/app/entity/models/EntityModelAbstract.php b/src/app/entity/models/EntityModelAbstract.php index 4361d27d6e70fd33965a6e2c6a0b5719dfee8db4..315866b10ca2b08713f2cb14694045fcce155856 100644 --- a/src/app/entity/models/EntityModelAbstract.php +++ b/src/app/entity/models/EntityModelAbstract.php @@ -263,7 +263,6 @@ class EntityModelAbstract $allEntities[$key]['allowed'] = false; $allEntities[$key]['state']['disabled'] = true; } - $allEntities[$key]['state']['dragable'] = false; $allEntities[$key]['state']['opened'] = true; $allEntities[$key]['text'] = $value['entity_label']; }