You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It happens because jtxBoard doesn't seem to get the updated notification date so it'll just display this persistent notification. Mine keeps doing it after a reboot though so I delete the task and create the same one with an updated time
@Coernel82 thanks, I have an idea where the problem lies.
Here's the technical explanation: in order to schedule a notification in the background, an ID for the notification is needed. The technical ID of the entry in the database is used for that.
When DAVx5 synchronizes the entries, it can insert, update and delete entries. On an insert or update is done, there's always the clear ID. Single deletion of entries would also not be a problem. The thing is that DAVx5 deletes entries, that are not present on the server anymore, in bulk - but like that the ID plays no role (DAVx5 just deletes all entries that haven't been marked as "Found on the server". Now as there's no actual technical entry ID in this step, it's hard to cancel the notification. I'll check it out and think about a solution.
patrickunterwegs
changed the title
[BUG]
[BUG] Notification doesn't disappear when entry is deleted by DAVx5
Jan 14, 2025
Describe the bug
Cannot swipe away notification
To Reproduce
Only workaround: reboot phone
Expected behavior
Deleted task on other sevices deletes notification after syn
Device and version
The text was updated successfully, but these errors were encountered: