Duke-GCB / D4S2

Web service to facilitate notification and transfer of projects in DukeDS
MIT License
0 stars 0 forks source link

consistent delivery project names #228

Closed johnbradley closed 4 years ago

johnbradley commented 4 years ago

Changes DDSProjectTransfer API endpoint to maintain the same project name after a delivery is accepted. This will allow the data delivery UI to show a consistent project name even if the recipient renames the project. Populates the project_name field of DDSDelivery when a delivery is accepted.

Adds project_name field to DDSDelivery model. Adds django_filters to fix issue with DRF Api browser.

Fixes #227