Disable autocomplete for script selector#5499
Conversation
…erlap with the dropdown
|
Thanks @artlowel ! I'll give this a test today as this has been annoying me. Also flagged for backporting to all releases as I think this issue happens in all supported releases. |
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin dspace-7_x
git worktree add -d .worktree/backport-5499-to-dspace-7_x origin/dspace-7_x
cd .worktree/backport-5499-to-dspace-7_x
git switch --create backport-5499-to-dspace-7_x
git cherry-pick -x 581e98f167b5c781369f511c4bbbfbc4b9c3106a |
|
Backport failed for Please cherry-pick the changes locally and resolve any conflicts. git fetch origin dspace-8_x
git worktree add -d .worktree/backport-5499-to-dspace-8_x origin/dspace-8_x
cd .worktree/backport-5499-to-dspace-8_x
git switch --create backport-5499-to-dspace-8_x
git cherry-pick -x 581e98f167b5c781369f511c4bbbfbc4b9c3106a |
|
Successfully created backport PR for |
|
@artlowel : This could only be autobackported to 9.x. But, that's the only version we guarantee bug-fix backports too. However, if you wanted to help this get into 8.x and 7.x, please feel free to create a backport PR (it might work fine to just create one for |
|
Thanks @artlowel ! That worked. This has now been ported to |
References
None
Description
Disable the browser's autocomplete on the dropdown to select a script in the scripts and processes Admin UI.
Instructions for Reviewers
Checklist
This checklist provides a reminder of what we are going to look for when reviewing your PR. You do not need to complete this checklist prior creating your PR (draft PRs are always welcome).
However, reviewers may request that you complete any actions in this list if you have not done so. If you are unsure about an item in the checklist, don't hesitate to ask. We're here to help!
mainbranch of code (unless it is a backport or is fixing an issue specific to an older branch).npm run lintnpm run check-circ-deps)package.json), I've made sure their licenses align with the DSpace BSD License based on the Licensing of Contributions documentation.