-
Notifications
You must be signed in to change notification settings - Fork 7
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 profile annotator auth issue #255
base: main
Are you sure you want to change the base?
Fix profile annotator auth issue #255
Conversation
SPARC Vue3 Portal Testing Run #405
Run Properties:
|
Project |
SPARC Vue3 Portal Testing
|
Branch Review |
Fix-profile-annotator-auth-issue
|
Run status |
Passed #405
|
Run duration | 17m 15s |
Commit |
14ea39e18d: Add await
|
Committer | David J. Yu |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
25
|
Skipped |
0
|
Passing |
176
|
View all changes introduced in this branch ↗︎ |
This should not be merged in until the end of the promotion. |
@egauzens This pull request include changes on the profile page to make sure the user is in the correct workspace (SPARC) before testing for their permission to use the annotation tool on maps. Can you please take a look at this? I would to do some testing on staging and it does not have any impact of the user experience. Thanks. |
@ddjnw1yu Looking at the codes, it will be better to put an await keyword when calling this.fetchInProgressDatasets() to make sure it has finished switching through all the organizations before calling this.fetchAnnotatorAuthentication |
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.
Lgtm. There's not really a way to test this locally though so won't be able to verify until it's up on staging
No description provided.