You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps does it take to reproduce the issue?
Add some JS-script and configure ":CVocConf" in order to select entries from external vocabularies or id-providers
When does this issue occur?
When looking at the metadata in the metadata tab
Which page(s) does it occurs on?
On the dataset overview page
What happens?
Some entries that have been filled via selecting from external sources are shown repeatedly.
To whom does it occur (all users, curators, superusers)?
Happens to all users
What did you expect to happen?
The entries should be displayed only once
Which version of Dataverse are you using?
6.4
Screenshots:
Author names and project title are shown repeatedly
If we apply a small patch author names and project title are displayed correctly
Are you thinking about creating a pull request for this issue?
Yes, we can create a PR. Our patch would be the following:
This effectively changes the logic of the decision if data is rendered from NOT(ITEM1 AND ITEM2) to NOT(ITEM1 OR ITEM2). All test so far didn't expose any side effects of the patch
The text was updated successfully, but these errors were encountered:
Thanks for the report and possible fix. FWIW: I think our most recent testing has been done using authorsOrcidAndRor.json, which works as can be seen for doi:10.70122/FK2/NEQHTE. Can you make sure your fix works for that case as well?
What steps does it take to reproduce the issue?
Add some JS-script and configure ":CVocConf" in order to select entries from external vocabularies or id-providers
When does this issue occur?
When looking at the metadata in the metadata tab
Which page(s) does it occurs on?
On the dataset overview page
What happens?
Some entries that have been filled via selecting from external sources are shown repeatedly.
To whom does it occur (all users, curators, superusers)?
Happens to all users
What did you expect to happen?
The entries should be displayed only once
Which version of Dataverse are you using?
6.4
Screenshots:
Author names and project title are shown repeatedly
If we apply a small patch author names and project title are displayed correctly
Are you thinking about creating a pull request for this issue?
Yes, we can create a PR. Our patch would be the following:
This effectively changes the logic of the decision if data is rendered from NOT(ITEM1 AND ITEM2) to NOT(ITEM1 OR ITEM2). All test so far didn't expose any side effects of the patch
The text was updated successfully, but these errors were encountered: