Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Deleting a dataset raises an 500 server error in requests dashboard #10

Open
danmihaila opened this issue Jul 18, 2017 · 1 comment
Open
Assignees

Comments

@danmihaila
Copy link
Contributor

We faced the following scenario

  1. Create requestable dataset
  2. Request it
  3. Delete it
  4. Go to dashboard

Result is error 500 server error, the controller is trying to package_show an id that is purged. What is the best approach?

  1. when dataset is deleted, it should delete also the requests?
  2. don't allow a dataset to be deleted
  3. send an email to all requesters before deleting dataset and all requests
@ZoranPandovski ZoranPandovski self-assigned this Jul 24, 2017
@ZoranPandovski
Copy link
Contributor

We didn't notice this scenario, nice point @danmihaila .
I think the best approach will be before deleting the dataset notify all of the requesters and after that delete dataset and requests for it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants