-
Notifications
You must be signed in to change notification settings - Fork 56
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
[ENG-2224] "Edit Scopes" creates a new token #2029
[ENG-2224] "Edit Scopes" creates a new token #2029
Conversation
Pull Request Test Coverage Report for Build 6496893388
💛 - Coveralls |
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.
This avoids the problem, and I think it's a possible solution, but I think a proper fix to allow users to edit the token would be preferred. I left a comment in the JIRA ticket explaining why. If you could have a crack at making the "Edit scopes" button work, that would be my preferred fix.
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.
While this is a potential workaround that could work, I think there's no reason to change the original workflow. So please continue working on being able to edit the scopes from after the token creation phase, or if that just won't work anymore for some reason, explain why it's infeasible. I can't think of a reason off the top of my head why the original workflow shouldn't be possible to achieve, but I'm not in the middle of the work so you may have found something I'm unaware of.
@futa-ikeda this is the solution mentioned in the ticket, the decision made at scrum, and followed-up on. I had provided a solution here #2022 as well. This was the ticket for the solution you suggested. Let's meet to discuss it further. |
Agreed, this solution was provided for the team if needed. |
Purpose
The purpose of these changes is to have the access token value page close and redirect the user to the token list view upon clicking the 'Close' button.
Summary of Changes
Screenshot(s)
Side Effects
There should be no side effects.
QA Notes