deck icon indicating copy to clipboard operation
deck copied to clipboard

Update stack / list: ETag not updated

Open desperateCoder opened this issue 4 years ago • 2 comments

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:

  1. WebUI: change list name
  2. Android: pull to refresh
  3. Name of the list won't get updated
  4. WebUI: change a card in same list
  5. Android pull to refresh
  6. 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

desperateCoder avatar Mar 07 '21 11:03 desperateCoder

Same issue seems also to apply to the order of the lists.

j-lakeman avatar Feb 20 '24 18:02 j-lakeman