Revision 84fc52bd
Von Moritz Bunkus vor mehr als 10 Jahren hinzugefügt
SL/Presenter/RequirementSpecItem.pm | ||
---|---|---|
18 | 18 |
sub requirement_spec_item_jstree_data { |
19 | 19 |
my ($self, $item, %params) = @_; |
20 | 20 |
|
21 |
my @children = map { $self->requirement_spec_item_jstree_data($_, %params) } @{ $item->sorted_children };
|
|
21 |
my @children = map { $self->requirement_spec_item_jstree_data($_, %params) } @{ $item->children_sorted };
|
|
22 | 22 |
my $type = !$item->parent_id ? 'section' : 'function-block'; |
23 | 23 |
my $class = $type . '-context-menu'; |
24 | 24 |
$class .= ' flagged' if $item->is_flagged; |
Auch abrufbar als: Unified diff
Pflichtenhefte: PDFs zu Arbeitskopie und Versionen erzeugen