clowder-framework / clowder

A data management system that allows users to share, annotate, organize and analyze large collections of datasets. It provides support for extensible metadata annotation using JSON-LD and a distribute analytics event bus for automatic curation of uploaded data.
https://clowderframework.org/
University of Illinois/NCSA Open Source License
35 stars 17 forks source link

"Select a collection..." dropdown on dataset returns 400 #343

Closed max-zilla closed 2 years ago

max-zilla commented 2 years ago

https://clowder.ncsa.illinois.edu/clowder/datasets/5e398b4f5e0e2b6b85510821

URL that is called when the dropdown is clicked has incorrect parameter mapping: https://clowder.ncsa.illinois.edu/clowder/api/collections/datasetPossibleParents/undefined?when=5e398b4f5e0e2b6b85510821&date=5

(note that ?when= contains the dataset ID)

robkooper commented 2 years ago

I wonder if this is the same as https://github.com/clowder-framework/clowder/pull/275/files

max-zilla commented 2 years ago

https://github.com/clowder-framework/clowder/pull/345