From c93392e83d685c49008fab60d15eb4481e36b8fb Mon Sep 17 00:00:00 2001 From: Kirill Solomko Date: Fri, 13 Apr 2018 15:59:23 +0200 Subject: [PATCH] TT#35714 fix collection_nav_links object name Change-Id: I152c2dc31b08af6223b9d8f5f6514acf1c61ef16 --- lib/NGCP/Panel/Utils/Journal.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/NGCP/Panel/Utils/Journal.pm b/lib/NGCP/Panel/Utils/Journal.pm index 46f0f1fe6e..79c49b4064 100644 --- a/lib/NGCP/Panel/Utils/Journal.pm +++ b/lib/NGCP/Panel/Utils/Journal.pm @@ -251,7 +251,7 @@ sub handle_api_journals_get { templated => true, ), Data::HAL::Link->new(relation => 'profile', href => 'http://purl.org/sipwise/ngcp-api/'), - $self->collection_nav_links($c, $page, $rows, $total_count, $c->request->path, $c->request->query_params); + $controller->collection_nav_links($c, $page, $rows, $total_count, $c->request->path, $c->request->query_params); my $hal = Data::HAL->new( embedded => [@embedded],