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

Relation widget: cascade deletes #717

Closed
r1b opened this issue Oct 20, 2017 · 2 comments
Closed

Relation widget: cascade deletes #717

r1b opened this issue Oct 20, 2017 · 2 comments

Comments

@r1b
Copy link

r1b commented Oct 20, 2017

- Do you want to request a feature or report a bug?

Feature

- What is the current behavior?

Deleted objects do not cascade to their references in relation widgets

- If the current behavior is a bug, please provide the steps to reproduce.

  1. Create an object A
  2. Create an object B with a relation that refers to A
  3. Delete A
  4. An orphan remains in object B. It may not be displayed visually but it is still in the raw data.

- What is the expected behavior?

The data referring to the now-deleted object should be removed

- Please mention your CMS, node.js, and operating system version.

Netlify Version: 0.5.0
Node Version: 8.6.0
OS Version: Variable

@erquhart
Copy link
Contributor

Relation dependency management is definitely on our radar - we've taken a swing at it in the past, but nothing landed. It would almost definitely require tracking relations via metadata.

@erquhart
Copy link
Contributor

erquhart commented Dec 9, 2017

Closing in favor of #192, which captures the larger relation dependency story.

@erquhart erquhart closed this as completed Dec 9, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants