forked from Aspen-Discovery/aspen-discovery
-
Notifications
You must be signed in to change notification settings - Fork 1
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
Activate aspen admin searchbar #119
Merged
Chloe070196
merged 15 commits into
PTFS-Europe:activate_aspen_admin_searchbar
from
Chloe070196:activate_aspen_admin_searchbar
Aug 30, 2024
Merged
Activate aspen admin searchbar #119
Chloe070196
merged 15 commits into
PTFS-Europe:activate_aspen_admin_searchbar
from
Chloe070196:activate_aspen_admin_searchbar
Aug 30, 2024
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- When freezing a hold, fixed a bug where the date picker actions when selecting the thaw date were not using translated values.
Fixed a bug where when selecting radio button values in Facets (i.e. Search Within), it would display a different (previously selected) value as being selected.
…ounts Use the cloudLibrary settings that have a scope that matches the home library of the account that is doing the checkout (either the main account or linked card).
The New Materials Request email to staff will only try to send if it has not already been sent.
[pull] 24.09.00 from Aspen-Discovery:24.09.00
If the user agent contains spammy content (such as "sleep(" or "SELECT") return a 404 error. The check for spammy content is case insensitive.
Misc Bug Fixes for LiDA & Discovery
cloudLibrary with alternate cards bug fixes
In the Administration Options sidebar, when the 'Search' option is clicked, automatically focus on the search bar and place the cursor at its start
948dcd7
to
250bab3
Compare
536f8c4
into
PTFS-Europe:activate_aspen_admin_searchbar
1 of 2 checks passed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Clicking 'Search' in the 'Administration Options' sidebar automatically places the cursor inside the search bar
Test plan:
-> if the patch is applied, the input field is immediately focused on
-> without the patch, the input field is inactive at first, and only focused on if it is then manually selected by the user