Skip to content

Stop showing task status if no tasks are present

Phil Hughes requested to merge issue-task-status-fix into master

What does this MR do?

Previously the task status would be visible even if there where no tasks in the description. This fixes that by changing the regex to check for tasks without 0.

This also fixes a bug where update the description inline would not update the task status text on screen.

What are the relevant issue numbers?

Closes #33880 (closed)

Merge request reports