• Coung Ngo's avatar
    Fix bulk edit unchecking in issues list refactor · 50ef0452
    Coung Ngo authored
    With the `vue_issues_list` feature flag enabled,
    when you select all issues then uncheck one issue,
    all issues are unchecked which is incorrect behaviour.
    
    This commit fixes this so that unchecking the one issue
    only unselects that one issue.
    50ef0452
user_bulk_edits_issues_spec.rb 3.59 KB