-
Notifications
You must be signed in to change notification settings - Fork 256
Blacklight 8 Upgrade Guide
Jack Reed edited this page Sep 18, 2019
·
1 revision
Blacklight 8 changes the way that pagination keys are used, in order to be more inline with Kaminari our pagination dependency. In Blacklight 8, the i18n keys will just use the default Kaminari keys.
Changes that need to be made:
blacklight.search.pagination_info.no_items_found
migrates to helpers.page_entries_info.one_page.display_entries.zero
blacklight.search.pagination_info.single_item_found
migrates to helpers.page_entries_info.one_page.display_entries.one
blacklight.search.pagination_info.pages
migrates to helpers.page_entries_info.one_page.display_entries.other