Skip to content

Commit

Permalink
use link handler for database entries - see #85
Browse files Browse the repository at this point in the history
  • Loading branch information
mikespub committed Aug 23, 2024
1 parent ebac67c commit bb4b705
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ x.x.x - TODO
* Update language files via Gitlocalize - see PRs from @horus68 and his intrepid band of translators ;-)
* Fix transparent search suggestions box - see pull request #96 from @dunxd for issue #95 by @marioscube
* Catch potential null custom columns for multi-database setup - see issue #89 by @Chirishman
* Use link handler for database entries with multi-database setup - see issue #85 by @erdoking and @shaoyangx

2.7.1 - 20240526 Use external storage + settings for epubjs reader
* Changes in config_default.php file:
Expand Down
2 changes: 1 addition & 1 deletion lib/Pages/PageIndex.php
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ public function getDatabaseEntries()
"cops:{$i}:catalog",
str_format(localize("bookword", $nBooks), $nBooks),
"text",
[ new LinkNavigation(Route::page(null, ["db" => $i])) ],
[ new LinkNavigation(Route::link($this->handler, null, ["db" => $i])) ],
null,
"",
$nBooks
Expand Down

0 comments on commit bb4b705

Please sign in to comment.