Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use appeal.undecided_issues.count for legacy appeals (#14746)
Resolves bug detailed [here](#14142 (comment)) ### Description Fixes bug based on investigation [here](#14142 (comment)) ### Acceptance Criteria - [x] Number of issues for legacy appeals is correct in queue - [x] on initial load - [x] after filtering ### Testing Plan 1. Log in a steve casper 1. Ensure user pagination is on ```ruby FeatureToggle.enabled?(:user_queue_pagination, user: User.first) => true ``` 1. Go to http://localhost:3000/queue?tab=on_hold_person and confirm legacy case issue counts are not all "1" 1. Filter by legacy docket and confirm the same as well ### User Facing Changes - [ ] issue counts in queue are correct for legacy appeals rather than just "1" BEFORE|AFTER ---|--- ![Screen Shot 2020-07-22 at 3 14 39 PM](https://user-images.githubusercontent.com/45575454/88220058-7a441480-cc30-11ea-874b-a39d67c7dee1.png)|![Screen Shot 2020-07-22 at 3 27 21 PM](https://user-images.githubusercontent.com/45575454/88220065-7d3f0500-cc30-11ea-8ea7-95666d3f62a4.png) ![Screen Shot 2020-07-22 at 3 32 33 PM](https://user-images.githubusercontent.com/45575454/88220130-95af1f80-cc30-11ea-9d6d-1075d80c91fa.png)|![Screen Shot 2020-07-22 at 3 25 02 PM](https://user-images.githubusercontent.com/45575454/88220133-98117980-cc30-11ea-904e-17f4bc744295.png)
- Loading branch information