Open stefan-niedermann opened 4 years ago
Hi, related to this, I'm not sure if this is a known and expected issue, but when I move a card from a board to another board and the tag is not present in the new board, the card keeps the nonexistent tag (and in my case it was duplicated), and there is no way to remove it (them). I guess it would be better to have them removed until this feature is properly implemented.
@llucax yes, this is one example this issue 🙂
We face this issue. It is 2023.
This error still persists in February 2024, using Nextcloud version 28.0.2 and Deck version 1.12.2
This is a discussion about the new feature "Move cards to other boards".
On the UI the tags and assignees of the old board are shown, therefore i guess you don't handle them.
This can (probably will) lead to strange errors when synchronizing - tags do exist, don't exist assigned users might exist or not - or have no permissions at this board. The web interface for example does not allow editing tags which are brought from other boards, in the board details such tags aren't displayed, one cannot filter for them etc.
I think you need a better handling here. Something like:
Tags
Assignees
@desperateCoder this might really break a lot of stuff when syncing, be prepared :smile: We also will have to implement this behavior for https://github.com/stefan-niedermann/nextcloud-deck/issues/453 on our side, so i would appreciate a common solution here.