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

Organisation delete doesn't delete ward #494

Open
DasProffi opened this issue Nov 4, 2023 · 1 comment
Open

Organisation delete doesn't delete ward #494

DasProffi opened this issue Nov 4, 2023 · 1 comment
Labels
bug Something isn't working

Comments

@DasProffi
Copy link
Member

Describe the bug

Organisation delete doesn't delete ward

Describe how to produce the bug

See helpwave/web#792

Additional context

No response

@DasProffi DasProffi added the bug Something isn't working label Nov 4, 2023
@FoseFx
Copy link
Member

FoseFx commented Nov 10, 2023

Root cause being, that task-svc does not listen to ORGANIZATION_DELETED events at all.
I'd do this after #497, where we should hold an organization table and cascade delete. This makes fixing this issue a lot easier (just delete from the organization table, postgres will do the rest).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants