forked from lix-project/hydra
* Fix an infinite recursion.
This commit is contained in:
parent
0ae979f652
commit
ca11aba074
|
@ -26,12 +26,6 @@ sub overview : Chained('job') PathPart('') Args(0) {
|
|||
}
|
||||
|
||||
|
||||
sub all : Chained('job') PathPart Args(0) {
|
||||
my ($self, $c) = @_;
|
||||
$c->go($self->action_for("all"));
|
||||
}
|
||||
|
||||
|
||||
# Hydra::Base::Controller::ListBuilds needs this.
|
||||
sub get_builds : Chained('job') PathPart('') CaptureArgs(0) {
|
||||
my ($self, $c) = @_;
|
||||
|
|
Loading…
Reference in a new issue