Description
Steps to reproduce the behavior
- Create a new card. Add some properties to it and set their values. Add some comments in there as well. Do not set the card title.
- Go back to kanban view and try deleting the card.
- Notice the UI didn't show any delete confirmation for this card.
- Create a new card and repeat step 1 but this time also set a card title.
- Go back to kanban view and try deleting the card. Notice that this time you see a delete confirmation.
Expected behavior
Card delete confirmation should show up if there is any data in the card.
Edition and Platform
- Edition: Mattermost Boards (plugin)
- Version: v7.8.0
- Browser and OS: Firefox on MacOS
Additional context
The log in webapp is probably if the card has no title and no content, don't show the delete confirmation dialogue. It does not take into consideration the properties and comments in the card.