X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/blobdiff_plain/bb52114ef4c53f7120be00a3c0980153a7a20fca..e2f753a4cb6c299fc6440ae94e20891a5a0c77cb:/SL/Controller/RequirementSpec.pm diff --git a/SL/Controller/RequirementSpec.pm b/SL/Controller/RequirementSpec.pm index 1f6ba7fa6..2c1139e13 100644 --- a/SL/Controller/RequirementSpec.pm +++ b/SL/Controller/RequirementSpec.pm @@ -23,7 +23,7 @@ use Rose::Object::MakeMethods::Generic ); __PACKAGE__->run_before('setup'); -__PACKAGE__->run_before('load_requirement_spec', only => [ qw( edit update show destroy tree) ]); +__PACKAGE__->run_before('load_requirement_spec', only => [ qw( edit update show destroy) ]); __PACKAGE__->run_before('load_select_options', only => [ qw(new edit create update list) ]); __PACKAGE__->run_before('load_search_select_options', only => [ qw( list) ]); @@ -118,11 +118,6 @@ sub action_reorder { $self->render('1;', { type => 'js', inline => 1 }); } -sub action_tree { - my ($self) = @_; - my $r = $self->render('requirement_spec/tree', now => DateTime->now); -} - # # filters #