-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade blacklight_range_limit to v9.0.0 #4705
base: main
Are you sure you want to change the base?
Conversation
6884c18
to
0903ea5
Compare
5222b70
to
aa0d356
Compare
aa0d356
to
7f89e22
Compare
7f89e22
to
41a2074
Compare
41a2074
to
47fceef
Compare
The blacklight range limit displays as expected in the home page. The advanced search form fails with the following error
This is triggered in:
I've also updated the catalog_controller to use the range_config and turned off the missing link. |
6b22f10
to
4adcdf4
Compare
<label for="range_pub_date_start_sort_end" class="visually-hidden">Publication date range (ending year)</label> | ||
<%= BlacklightRangeLimit::RangeFormComponent.new(facet_field: pub_date_presenter).render_range_input(:end) %> | ||
<div class="col-sm-8"> | ||
<%= render BlacklightRangeLimit::RangeFormComponent.new(facet_field: pub_date_presenter) %> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
when the range limit is rendering the search submit button does not work.
I removed the Apply submit button of the range limit from the DOM but the Search submit still doesn't work.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I will override the range limit component in OL to see if it will resolve the issue
38c3fa9
to
3dd9f7c
Compare
Supports Bootstrap 5
include chartjs and @kurkle/color Hide 'Missing' Link
Co-authored-by: Jane Sandberg <[email protected]>
…he Apply submit button
bb9696c
to
a5ef93a
Compare
closes #4692
Supports Bootstrap 5