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

NextEntityTypeConfig does not calculate dependencies #599

Open
mglaman opened this issue Nov 17, 2023 · 0 comments · May be fixed by #620
Open

NextEntityTypeConfig does not calculate dependencies #599

mglaman opened this issue Nov 17, 2023 · 0 comments · May be fixed by #620
Labels
area: next module bug Something isn't working

Comments

@mglaman
Copy link
Contributor

mglaman commented Nov 17, 2023

Package containing the bug

next (Drupal module)

Describe the bug

Expected behavior

Deleting a content type should delete the matching NextEntityTypeConfig config entity. It does not because there are no calculated dependencies.

dependencies: {  }
id: node.page

Steps to reproduce:

  1. First create content type
  2. Then create NextEntityTypeConfig
  3. Delete content type
  4. 😢 expect NextEntityTypeConfig to be removed

Additional context

Add any other context about the problem here.

@mglaman mglaman added bug Something isn't working triage A new issue that needs triage labels Nov 17, 2023
@JohnAlbin JohnAlbin added area: next module and removed triage A new issue that needs triage labels Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: next module bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants