-
Notifications
You must be signed in to change notification settings - Fork 492
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
Request: ability to use remote and dynamic lists in properties such as author, contributor, producer, contributor #3622
Comments
@edzale it would be easier to implement autocomplete for authors that already have Dataverse accounts in your installation since they're right there in the database (in the |
Hi @pdurbin |
@edzale hi! Well, if you fork the code, we'd love to to get a pull request. 😄 There's some autocomplete code when assigning permissions. It looks like this:
That's from https://github.com/IQSS/dataverse/blob/v4.6/src/main/java/edu/harvard/iq/dataverse/ManagePermissionsPage.java#L348 and called from https://github.com/IQSS/dataverse/blob/v4.6/src/main/webapp/roles-assign.xhtml#L28 The idea is that the I hope this helps! |
Related: #4282 |
Both options could be possible with the solution proposed in #4772. |
Closing in favor of #6030 to evaluate as part of a larger effort. |
I would like to use external data (for example data I get by querying my LDAP directory) to suggest authors and contributors names while leaving the possibility to the user to enter a name which is not from my list of suggestions. Same for producers and distributors. This is important to reduce typos and the time dedicated to the documentation of the datasets.
I must indicate that this request is related to a self-installed institutional instance of Dataverse.
The text was updated successfully, but these errors were encountered: