Task Board view returns no results when the Status filter is has no value passed
search cancel

Task Board view returns no results when the Status filter is has no value passed

book

Article ID: 262741

calendar_today

Updated On:

Products

Clarity PPM SaaS Clarity PPM On Premise

Issue/Introduction

Task Board view returns no results when the Status filter is has no value passed

Environment

Release : 16.1.1

Cause

STEPS TO REPRODUCE
1. Login to a 16.1.1 machine and navigate to the MUX Task grid page 
2. Add Status filter and dont select any values in the filter
3. Make sure there are results showing up in the Grid page
4. Navigate to the Task Board view page

Expected: Results are displaed in the Board view because there task showing up in the Grid page

Actual: No results are displayed in the Board view page.

Additional Info: From the developer tools, its evident that the filter is passing NULL value and the system is expecting a Task with the status as NULL

((status+=+null)+and+(((investments____isActive+=+true)+and+(investments____isTemplate+=+false))))

Resolution

DE69096 - Fixed in 16.1.2
Workaround: Either remove the Status filter completely or populate values for the filter.