Garrett Birkel
Garrett Birkel
## Description The "returnUrl" value passed to/from the back end was being ignored at the end of the journey. These minor changes detect a "returnUrl" that's part of a successful...
## Description Add a field for generating dataset links based on admin-configured templates. See https://github.com/SciCatProject/scicat-backend-next/issues/689 for details. This has a companion PR for the back end: https://github.com/SciCatProject/scicat-backend-next/pull/2194 . ## Motivation...
The front end repo contains a script: `./scripts/generate-nestjs-sdk.bash` It runs the OpenAPI API Generator inside a docker container. It's for when you're making API changes in the back end and...