You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, we have 2 statuses that depict that the task is completed. Those statuses are completed & done. Now the issue is done status is currently under the feature flag and there's no completed status under the feature flag. As a result tasks with completed status turn red when dev mode is switched on. The same issue can be found for tasks with the status done without the feature flag.
Expected Behavior
Completed status should be considered as done when the feature flag is turned on.
Done status should be considered as completed without a dev flag.
Current Behavior
Tasks with done status turn red when the dev flag is removed.
Tasks with completed status turns red when dev flag is enabled.
Issue Description
Currently, we have 2 statuses that depict that the task is completed. Those statuses are
completed
&done
. Now the issue isdone
status is currently under the feature flag and there's no completed status under the feature flag. As a result tasks withcompleted
status turn red when dev mode is switched on. The same issue can be found for tasks with the statusdone
without the feature flag.Expected Behavior
Current Behavior
done
status turn red when the dev flag is removed.completed
status turns red when dev flag is enabled.Screenshots
Reproducibility
Steps to Reproduce
completed
. Now add the dev flagSeverity/Priority
Checklist
Thank you for contributing to our project! We appreciate your help in improving it.
The text was updated successfully, but these errors were encountered: