can't delete user from deck
don't know how i can reopen #7125
after updating i get this:
DbalException An exception occurred while executing a query: SQLSTATE[HY000]: General error: 1093 You can't specify target table 'oc_deck_assigned_users' for update in FROM clause
https://github.com/nextcloud/deck/issues/7226
@outnsp Please share Deck version and reproduce steps.
Version: 1.15.3
- create a deck
- share deck to a user
- try to delete a share
Still not able to reproduce... @grnd-alt Could you try to reproduce on your end?
Same issue here.
Can I help with information to reproduce?
My workaround:
Export the board to Json.
Edit JSON file and remove the unwanted user.
Import Json into new board.
Delete old board.
Not pretty but works.