Refresh Tables After Deleting Items #38

Closed
opened 2024-08-14 17:14:21 +00:00 by corbz · 1 comment
Owner

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.

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.
corbz added the
bug
label 2024-08-14 17:14:21 +00:00
corbz self-assigned this 2024-08-14 17:14:21 +00:00
corbz added this to the PYRSS project 2024-08-14 17:14:21 +00:00
Author
Owner

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.

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.
corbz closed this issue 2024-08-31 14:04:00 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: corbz/PYRSS-Website#38
No description provided.