• Coung Ngo's avatar
    Fix showing closed issues as open in group/project issues list · a84095a5
    Coung Ngo authored
    An issue's `closedAt` property was checked to see whether it is
    closed (to mimic the logic in the Haml template). However,
    we added the `closed_at` database column 5 years ago and did
    not backfill the data so issues older than this incorrectly
    showed as open on the group/project issues list. This commit
    fixes this by checking the issue's `state` property.
    
    Behind feature flag `vue_issues_list` defaulted to off.
    a84095a5
mock_data.js 10.2 KB