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

Excising data from Database does not notify of removal like Retract would #2199

Open
Al12rs opened this issue Oct 24, 2024 · 0 comments
Open
Assignees
Labels
Bug Something isn't working Tech: data-store This is related to the Data Store.

Comments

@Al12rs
Copy link
Contributor

Al12rs commented Oct 24, 2024

This was noticed due to Logout not updating the UI correctly. The code was changed to use Excise rather than retract.
Excise seems to not be notifying of changes, like retract does.

Excise should notify of removals, like retract does.

Additionally, Excise seems to be a standalone operation that does not go through transactions and Commit, which is a departure from the current API.
It would make sense if Excise worked consistently with the other DB operations, going though a Commit.

@Al12rs Al12rs added the Bug Something isn't working label Oct 24, 2024
@Al12rs Al12rs added the Tech: data-store This is related to the Data Store. label Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Tech: data-store This is related to the Data Store.
Projects
Status: No status
Development

No branches or pull requests

2 participants