Refresh Tables After Deleting Items #38
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Deleted a subscription, but the table didnt refresh to show it gone, same with tracked content and presumable filters.
Refresh the table to show the deleted item, will probably need a timeout due to delay on deletion requests.
Fixed on dev branch.
Bug applied to all tables (subscription, filters and tracked content).
I have fixed it by adding a timeout as this seems to be a race condition, refreshing and fetching table data before the deletions have completed, as the refresh attempts to happen after the delete request is sent, but a busy database may not be finished with deletions before returning its refresh result.