TT#35714 fix collection_nav_links object name

Change-Id: I152c2dc31b08af6223b9d8f5f6514acf1c61ef16
changes/66/20466/2
Kirill Solomko 8 years ago
parent f976fe03fb
commit c93392e83d

@ -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],

Loading…
Cancel
Save