Skip to content
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

Fix #5083 - Fixing the regex expression to consider "." character when perform auto completions #5300

Merged
merged 1 commit into from Sep 26, 2019

Conversation

carlosrfranco
Copy link
Contributor

Is this a bugfix, or an enhancement? Please describe.
If some characters are typed after @option. and then an item is selected from the autocomplete dropdown menu, @option. is inserted again at the beginning and an extra "@" is added at the end

Describe the solution you've implemented
This solution changes the regular expression to consider "." as a valid character on prefix input text when perform auto completions.

Describe alternatives you've considered
Initially, I was trying to custom the "getCompletions" function from auto completion tool library.

Copy link
Contributor

@jessemarple jessemarple left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reviewed and Approved

@carlosrfranco carlosrfranco added this to the 3.1.2 milestone Sep 26, 2019
@jessemarple jessemarple removed this from the 3.1.2 milestone Sep 26, 2019
@ProTip ProTip added this to the 3.1.2 milestone Sep 26, 2019
@ProTip ProTip merged commit 5c50926 into rundeck:master Sep 26, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants