Removes acts_as_tree from planning elements.

pull/256/head
Martin Czuchra 11 years ago
parent e69b0e283c
commit c564afe965
  1. 2
      app/models/planning_element.rb

@ -24,8 +24,6 @@ class PlanningElement < WorkPackage
:planning_element_type, :planning_element_type,
:project :project
acts_as_tree
# This SQL only works when there are no two updates in the same # This SQL only works when there are no two updates in the same
# millisecond. As soon as updates happen in rapid succession, multiple # millisecond. As soon as updates happen in rapid succession, multiple
# instances of one planning element are returned. # instances of one planning element are returned.

Loading…
Cancel
Save