-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Open
Milestone
Description
Wekan : 0.50 (but I think this problem exists since the rest api for deleting user exists)
Description : after a user is deleted by rest api, if that user was affected to a board, the cards in this board can't be opened if that card have a description.
How to reproduce :
- Add a user 'john'
- Affect this user 'john' to a board
- Create a card with a description
- Delete the user 'john' via rest api
- Reload the web page
- Now, you can not open the card which have a description and the user avatar is void.
See javascript_error.log and a screenshot:
neobradley