UMB-CS682-Team-02 / tracker

0 stars 1 forks source link

Merging test_stackedchart branch to main #63

Closed Pratik0116 closed 6 months ago

Pratik0116 commented 6 months ago

Title: Fix handling of unassigned properties

Description: This commit addresses an issue where certain properties (files, keyword, messages, nosy, superseder) do not have assigned values, resulting in null values that cannot be grouped. To prevent potential errors, a validation check has been added to ensure that these properties are not selected. Additionally, a comment has been included in the code to provide clarity on the issue and the fix applied.