You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Right now on the release-7.x branch, _previous_next_doc.html.erb includes the following deprecation notice:
The partial _previous_next_doc.html.erb will be removed in 8.0. Render Blacklight::SearchContextComponent instead.
This is outdated advice, since Blacklight::SearchContextComponent was renamed to Blacklight::SearchContext::ServerItemPaginationComponent in commit 9bd3ecb.
We should update the deprecation message. It would also be nice to backport that component to release-7.x without removing SearchContextComponent, so that Blacklight 7 sites can start using ServerItemPaginationComponent rather than SearchContextComponent.
The text was updated successfully, but these errors were encountered:
…BL8 upgrade path (#3421)
* Copy SearchContextComponent to ServerItemPaginationComponent to ease BL8 upgrade path
Closes#3313
* Keep using old component for backwards compatibility
- Test components
Co-authored-by: Jane Sandberg <[email protected]>
* Have copied component inherit from main component, just with updated signature
---------
Co-authored-by: Jane Sandberg <[email protected]>
Right now on the release-7.x branch,
_previous_next_doc.html.erb
includes the following deprecation notice:This is outdated advice, since
Blacklight::SearchContextComponent
was renamed toBlacklight::SearchContext::ServerItemPaginationComponent
in commit 9bd3ecb.We should update the deprecation message. It would also be nice to backport that component to
release-7.x
without removingSearchContextComponent
, so that Blacklight 7 sites can start usingServerItemPaginationComponent
rather thanSearchContextComponent
.The text was updated successfully, but these errors were encountered: