mirror of
https://github.com/plankanban/planka.git
synced 2026-02-25 03:14:50 +03:00
Modal not opening -> js error #50
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @caplod on GitHub (Dec 11, 2020).
If you click on a card that has a comment from a deleted user, the modal doesnt open and there is a black page.
react-dom.production.min.js:216 TypeError: Cannot read property 'ref' of nullI think its this line:
@nickbe commented on GitHub (Dec 11, 2020):
Actually if you delete a user then his cards should be deleted with him OR the user might be only marked as deleted as long as there are other members on his boards.
This will be something to investigate in the new version though. And I don't think the follow up to user deletion is already fully implemented.
@caplod commented on GitHub (Dec 11, 2020):
Just to make things clear.
Not the owner of the card was deleted, only the user that made the comment on the card.
@meltyshev commented on GitHub (Dec 13, 2020):
This is definitely a bug. Thank you for reporting. Already working on a fix.
@meltyshev commented on GitHub (Dec 13, 2020):
Fixed. Please check it out! Docker image will be available a bit later because it takes ~4 hours on my PC to build for all architectures.
@caplod commented on GitHub (Dec 17, 2020):
Hi, I just checked on hub.docker.com. When are you planning to release a new version?
@meltyshev commented on GitHub (Dec 17, 2020):
Oops, I forgot to start a build. Starting now...
@caplod commented on GitHub (Dec 20, 2020):
I just pulled the latest update.
Can confirm the bug was fixed ;-)