deck
deck copied to clipboard
Update stack / list: ETag not updated
How to use GitHub
- Please use the 👍 reaction to show that you are affected by the same issue.
- Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
- Subscribe to receive notifications on status change and new comments.
Describe the bug Within the Android Deck app, we use the REST-Endpoints to fetch data from the server using ETags. When a User changes the name of a list, the ETags don't seem to get updated, so our Android client only gets notified, when the user also changes a card within the list.
See this: https://github.com/stefan-niedermann/nextcloud-deck/issues/861
To Reproduce Steps to reproduce the behavior:
- WebUI: change list name
- Android: pull to refresh
- Name of the list won't get updated
- WebUI: change a card in same list
- Android pull to refresh
- changed card and list both get updated
Expected behavior On list-update, the etags of the list and the board should be updated
Client details: see here: https://github.com/stefan-niedermann/nextcloud-deck/issues/861
CC: @stefan-niedermann
Same issue seems also to apply to the order of the lists.