Skip to content
This repository was archived by the owner on Dec 19, 2021. It is now read-only.

Conversation

@NickSchimek
Copy link
Member

@NickSchimek NickSchimek commented Nov 21, 2021

There is a batch ticket deletion in the ticket resource. This batch deletion goes straight to the database, and app logic for cascade deletion does not happen. on cascade delete must be set directly on the db layer in order to delete cascade with the batch delete function.

Fixes codeforpdx/dwellingly-app/issues/762

@NickSchimek NickSchimek force-pushed the cascade_delete_ticket branch from 9adbe6a to 73d08ab Compare November 22, 2021 01:37
@NickSchimek NickSchimek force-pushed the cascade_delete_ticket branch from 73d08ab to 1cf00e6 Compare November 22, 2021 01:52
@NickSchimek NickSchimek merged commit c992a1e into development Nov 22, 2021
@NickSchimek NickSchimek deleted the cascade_delete_ticket branch November 22, 2021 01:58
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Unable to delete a ticket when it has a note

2 participants