mattermost-community/focalboard

Bug: No card delete confirmation status for some cards

Open

#4476 opened on Jan 17, 2023

View on GitHub
 (3 comments) (0 reactions) (1 assignee)TypeScript (26,187 stars) (2,542 forks)user submission
BugHelp WantedQA Verified

Description

Steps to reproduce the behavior

  1. 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.
  2. Go back to kanban view and try deleting the card.
  3. Notice the UI didn't show any delete confirmation for this card.
  4. Create a new card and repeat step 1 but this time also set a card title.
  5. 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.

Contributor guide