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

Scoped API keys UI - disabled elements are accessible using tab #3963

Merged
merged 2 commits into from
May 15, 2017

Conversation

skofman1
Copy link
Contributor

@skofman1 skofman1 commented May 15, 2017

Fixes: #3962

@@ -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'));
Copy link
Member

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'));
Copy link
Contributor

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?

Copy link
Contributor Author

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

@skofman1 skofman1 merged commit 74cd45a into dev May 15, 2017
@xavierdecoster xavierdecoster deleted the scopedacc branch May 16, 2017 14:11
@agr agr mentioned this pull request May 16, 2017
22 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants