-
Notifications
You must be signed in to change notification settings - Fork 25
[ENG-9975] Fix(profile-information): fix orcid displayed on user profile #845
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
Closed
bodintsov
wants to merge
74
commits into
CenterForOpenScience:main
from
bodintsov:fix/fix-authenticated-ORCID-is-not-shown
Closed
[ENG-9975] Fix(profile-information): fix orcid displayed on user profile #845
bodintsov
wants to merge
74
commits into
CenterForOpenScience:main
from
bodintsov:fix/fix-authenticated-ORCID-is-not-shown
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nsemets
previously approved these changes
Jan 8, 2026
Contributor
|
@bodintsov This should be targeting |
…ibutor and contributors may not load syncronically after step change
…Page CenterForOpenScience#797 - Ticket: [ENG-9788] - Feature flag: n/a ## Summary of Changes 1. Fixed subjects on the registry overview page.
…es new version (CenterForOpenScience#795) - Ticket: [ENG-9768] - Feature flag: n/a
…OpenScience#779) - Ticket: [ENG-9290] - Feature flag: n/a ## Summary of Changes 1. Added loader for navigation between routes.
* fix(styles): fixed styles * fix(collections): fixed status for collection
…nce#820) - Ticket: [ENG-9943] - Feature flag: n/a ## Summary of Changes 1. Added prerender service to set prerender true.
…enScience#821 - Ticket: [ENG-9780] - Feature flag: n/a ## Summary of Changes 1. Fixed file widget for loading more than 10 items.
…orOpenScience#804) * fix(search): Fix a11y issue with nested interactive controls * fix(search): Match CSS to what was there prior
…enterForOpenScience#823) - Ticket: [ENG-9625], [ENG-8845], [ENG-9076] - Feature flag: n/a ## Summary of Changes 1. Fixed accessibility issue. 2. Changed inactive color for toggle button.
- Ticket: [ENG-9837], [ENG-9081] - Feature flag: n/a ## Summary of Changes 1. Changed profile links color. 2. Changed preprints, institutions links color.
…ce#826 - Ticket: [ENG-9075], [ENG-9684] - Feature flag: n/a ## Summary of Changes 1. Changed secondary button color.
…llections (CenterForOpenScience#812) - Ticket: https://openscience.atlassian.net/browse/ENG-9807 - Feature flag: n/a ## Purpose Right now, moderation cards across the platform only show one author, even when a submission has many. This is the case for preprints, registrations, and collections/projects. Moderators have no quick way to tell whether something is single-author or multi-author without opening the full submission. This slows down triage and makes it harder to spot common patterns in spam, out-of-scope content, or AI-generated submissions, where author lists are often a giveaway. We need to surface more authors directly on the card so moderators can make faster, more informed decisions. ## Summary of Changes show contributors for moderation cards for registry and collections
…Science#827) - Ticket: [ENG-9623] - Feature flag: n/a ## Summary of Changes 1. Added CSL files. 2. Fixed CSL styles configs.
…enScience#829) - Ticket: [ENG-9956] - Feature flag: n/a ## Summary of Changes 1. Fixed label for aria-label attribute.
…ent size or spacing. CenterForOpenScience#828 - Ticket: [ENG-9627] - Feature flag: n/a ## Summary of Changes 1. Fixed accessibility issue with spacing. 2. Fixed accessibility issue with landmark.
…erForOpenScience#830) - Ticket: [ENG-9073] - Feature flag: n/a ## Summary of Changes 1. Changed tabs to buttons to fix the accessibility issue.
…ing. (CenterForOpenScience#831) * add min height of tag input to be 24px * remove redeundant role='textbox' to fix input issues
…nScience#832 - Ticket: [ENG-9955] - Feature flag: n/a ## Summary of Changes 1. Removed citation author institution.
…added page (CenterForOpenScience#842) - Ticket: [ENG-10002] - Feature flag: n/a ## Summary of Changes 1. Fixed permission for edit wiki. 2. Fixed view and compare section.
…s accessed by not contributor (CenterForOpenScience#835) - Ticket: https://openscience.atlassian.net/browse/ENG-9198 - Feature flag: n/a ## Purpose Angular FE should not show page not found for preprint that’s pending moderation. ## Summary of Changes Implementing redirection mechanics if 'This preprint is pending moderation and is not yet publicly available.' for not contributor user
- Ticket: [https://openscience.atlassian.net/browse/ENG-9984] - Feature flag: n/a ## Purpose Added new text in en.json to the button have proper text
… as a redirect (CenterForOpenScience#838) * feat(user-page): User page should display a link to the merger profile page as a redirect * feat(user-page): Fix banner styling
…ttent 403 errors CenterForOpenScience#839 ## Purpose PR Summary: Problem: After configuring Google Drive addon, two issues occurred: 1. Files added via "Add from Drive" button didn't appear immediately - required page reload (F5) 2. Intermittent 403 "Forbidden" errors when opening Google Drive picker Solution: - Fixed updateFilesList callback losing this context by converting it to an arrow function property - OAuth token now refreshes each time the picker opens instead of only once during component initialization Result: Files now appear immediately after selection, and 403 errors should be eliminated since a fresh token is fetched before each picker open.
d99d14e to
91dae75
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose
Fix authenticated ORCID not displayed on user`s profile
Summary of Changes
Fix authenticated ORCID not displayed on user`s profile
Screenshot(s)
Side Effects
TBD
QA Notes
TBD