ORNL / DataFed

A Federated Scientific Data Management System
https://ornl.github.io/DataFed/
Other
18 stars 14 forks source link

PythonAPI - Collection create default parent not working for projects #623

Closed dvstans closed 3 years ago

dvstans commented 3 years ago

This is due to the default parent not being set in the API, thus causing the core to default to the clients personal root collection. Fix is simply setting default parent_id to "root" in the collectionCreate method.

dvstans commented 3 years ago

Fixed.