-
Notifications
You must be signed in to change notification settings - Fork 21
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[ui][backoffice]: remove ORCID from the author links box #3388
base: master
Are you sure you want to change the base?
fix[ui][backoffice]: remove ORCID from the author links box #3388
Conversation
inspirehep Run #33483
Run Properties:
|
Project |
inspirehep
|
Branch Review |
#678-backoffice-remove-ORCID-from-the-links-box
|
Run status |
Passed #33483
|
Run duration | 07m 28s |
Commit |
c1602bbcfb: fix[ui][backoffice]: remove ORCID from the author links box
|
Committer | Lorenzo Vagliano |
View all properties for this run ↗︎ |
Test results | |
---|---|
Failures |
0
|
Flaky |
0
|
Pending |
37
|
Skipped |
0
|
Passing |
67
|
View all changes introduced in this branch ↗︎ |
61fb6ef
to
c1602bb
Compare
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.
Lets add a ui test for it, otherwise looks good :)
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.
@Lorenzovagliano we also have this method here https://github.com/inspirehep/inspirehep/blob/master/ui/src/backoffice/authors/components/AuthorMainInfo.tsx#L19 . Very similar to what you are doing. What we can do so as to normalize everything is to move these methods to the utils file here https://github.com/inspirehep/inspirehep/blob/master/ui/src/backoffice/utils/utils.tsx and reuse them everywhere. That way we can have consistency and more readability.
13672b2
to
a43ac5f
Compare
Signed-off-by: Lorenzo Vagliano
a43ac5f
to
53674c1
Compare
ref: cern-sis/issues-inspire#678