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

[keymaps] remove internal commands from keybindings widget #6594

Merged
merged 1 commit into from
Nov 21, 2019

Conversation

vince-fugnitto
Copy link
Member

What it does

Fixes #6368

  • remove internal commands (commands prefixed by _) from the keybindings widget. These commands should not be displayed to end users as they should not be updated.
Master PR
Screen Shot 2019-11-20 at 3 45 02 PM Screen Shot 2019-11-20 at 3 42 22 PM

How to test

  • verify that internal commands are not present in the keybindings widget UI and when searching

Review checklist

Reminder for reviewers

Signed-off-by: vince-fugnitto vincent.fugnitto@ericsson.com

Fixes #6368

- remove internal commands (commands prefixed by `_`) from the
keybindings widget. These commands should not be displayed to
end users as they should not be updated.

Signed-off-by: vince-fugnitto <vincent.fugnitto@ericsson.com>
@vince-fugnitto vince-fugnitto added the keybindings issues related to keybindings label Nov 20, 2019
@vince-fugnitto vince-fugnitto self-assigned this Nov 20, 2019
Copy link
Member

@akosyakov akosyakov left a comment

Choose a reason for hiding this comment

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

code-wist it looks good to me, @lmcbout could you test it please 🙏

Copy link
Contributor

@lmcbout lmcbout left a comment

Choose a reason for hiding this comment

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

Tested on Chrome and Firefox
Works fine

@vince-fugnitto
Copy link
Member Author

Thank you @akosyakov @lmcbout :)

@vince-fugnitto vince-fugnitto merged commit 76f6faa into master Nov 21, 2019
@vince-fugnitto vince-fugnitto deleted the vf/GH-6368 branch November 21, 2019 14:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
keybindings issues related to keybindings
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[kemaps] internal commands should NOT be available
3 participants