-
Notifications
You must be signed in to change notification settings - Fork 641
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
Scoped API keys UI - disabled elements are accessible using tab #3963
Conversation
@@ -721,7 +740,7 @@ | |||
$('#generateKeyForm').find("input[type=text], textarea").val(""); | |||
$('#generateKeyForm').find("input:checkbox").removeAttr('checked'); | |||
setGenerateApiKeyFormInitialState(); | |||
selectPackageFromGlob($('#addkeyglobPattern'), $('.packagecheckbox input')); | |||
//selectPackageFromGlob($('#addkeyglobPattern'), $('.packagecheckbox input')); |
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.
Remove?
@@ -721,7 +738,6 @@ | |||
$('#generateKeyForm').find("input[type=text], textarea").val(""); | |||
$('#generateKeyForm').find("input:checkbox").removeAttr('checked'); | |||
setGenerateApiKeyFormInitialState(); | |||
selectPackageFromGlob($('#addkeyglobPattern'), $('.packagecheckbox input')); |
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.
Why is this no longer necessary?
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.
no.. there is a cleaner way to "clean" the checkboxes
Fixes: #3962