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
Maybe we should consider that reviewers of the group should be able to ask for a DOI creation request, so leveraging reviewers to useradmins for this specific call ? e.g. switching from:
} else if (Profile.UserAdmin.equals(profile)) {
to:
} else if (Profile.UserAdmin.equals(profile) || Profile.Reviewer.equals(profile)) {
But maybe in the default GN workflow, this was the reason for having a UserAdmin profiles in groups ?
I think the user interface might deserve a dedicated endpoint to add every relevant users to the list, instead of using /srv/api/users which is a bit restrictive.
Describe the bug
When a Reviewer (or less privileges) user tries to create a DOI, it only shows himself in task owner list.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
It should display the list of admin and reviewer (?) users.
Screenshots
Desktop (please complete the following information):
Same as #6152
The text was updated successfully, but these errors were encountered: