]> wagnertech.de Git - mfinanz.git/blobdiff - SL/Presenter/RequirementSpecItem.pm
Projektliste: Sortierung an bob angepasst und Spalten verlinkt
[mfinanz.git] / SL / Presenter / RequirementSpecItem.pm
index f1c30bb50d88ab93689df3b282a17b41a38d289c..c9653e7acd8a435a580c687acd82ca0fb6cdddf6 100644 (file)
@@ -18,7 +18,7 @@ sub requirement_spec_item_tree_node_title {
 sub requirement_spec_item_jstree_data {
   my ($self, $item, %params) = @_;
 
-  my @children = map { $self->requirement_spec_item_jstree_data($_, %params) } @{ $item->sorted_children };
+  my @children = map { $self->requirement_spec_item_jstree_data($_, %params) } @{ $item->children_sorted };
   my $type     = !$item->parent_id ? 'section' : 'function-block';
   my $class    = $type . '-context-menu';
   $class      .= ' flagged' if $item->is_flagged;