Vera Clemens

Results 16 issues of Vera Clemens

**What steps does it take to reproduce the issue?** 1. Assign role on a dataset using the API: https://guides.dataverse.org/en/latest/api/native-api.html#assign-a-new-role-on-a-dataset 2. Assign the same role again to the same user *...

Type: Bug
Feature: Permissions
Help Wanted: Code
Mentor: pdurbin
User Role: Curator
hacktoberfest
Size: 3

**What steps does it take to reproduce the issue?** 1. Create dataset 2. Upload file 3. Get and store ID of the uploaded file 4. Publish dataset 5. Replace file...

Feature: API
Feature: File Upload & Handling
Type: Bug

Similar to #9, "Congo" is listed twice which is confusing in select dropdowns. Possible fix: Rename "Congo" with code CD to "Democratic Republic of the Congo" (see https://www.iso.org/obp/ui/#iso:code:3166:CD)

I have tried to load custom metadata as described in https://github.com/IQSS/dataverse-docker#custom-metadata-support however the custom metadata blocks are not showing up in the UI. E.g. I have uncommented the line `CESSDA=True`...

I'd like to use `setError` to manage errors returned by the server as described in the documentation: "You can set a server or global error with root as the key....

waiting-up-vote
feature request

**What this PR does / why we need it**: This PR fixes three issues with PermaLink PIDs in metadata exporters and citations. 1. DDI & DDI HTML exporters: Previously, the...

Type: Bug
Size: 10
FY25 Sprint 8
FY25 Sprint 9

**What this PR does / why we need it**: Currently, all fields regardless of type are indexed in Solr as English text (`text_en`). With this PR, numerical and date fields...

Type: Feature
Size: 3
GREI 3
Champion: pdurbin

**Overview of the Feature Request** I would like to request the ability to search for metadata records where multiple subfields within a single repetition of a repeatable metadata field can...

Type: Feature

When using `edit_dataset_metadata`, I get the following error: ``` edit_res = dataverse_api.edit_dataset_metadata(resource_id, json.dumps(metadata)) File "/home/clemens/Documents/csh-ui/backend/.venv/lib/python3.10/site-packages/pyDataverse/api.py", line 1548, in edit_dataset_metadata resp = self.put_request(url, metadata, auth, params) File "/home/clemens/Documents/csh-ui/backend/.venv/lib/python3.10/site-packages/pyDataverse/api.py", line 326, in...

type:bug
status:incoming

## What this PR does / why we need it: This PR adds code for using the ["List Versions of a Dataset" API](https://guides.dataverse.org/en/latest/api/native-api.html#list-versions-of-a-dataset). ## Which issue(s) this PR closes: I'm...