SciCatProject / scicat-backend-next

SciCat Data Catalogue Backend
https://scicatproject.github.io/documentation/
BSD 3-Clause "New" or "Revised" License
20 stars 24 forks source link

fix: fix dataset output dto #1432

Closed nitrosx closed 1 month ago

nitrosx commented 1 month ago

Description

This PR fix the issues with the dataset output dto found while working on the frontend. It also extends the text to test for ProposalId, SampleId and InstrumentId fields

Motivation

While working on the search UI release, we discovered that the field's names for proposal, sample and instrument id where wrongly named.

Fixes:

Please provide a list of the fixes implemented by this PR

Tests included

Documentation