-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Show disabilities with rating ID unless duplicate (#15317)
connects #15292 ## Description Shows disability issues before receipt date with rating issue reference IDs unless those IDs are found in the list of rating issues. This is related to this [batteam Slack thread.](https://dsva.slack.com/archives/CHX8FMP28/p1599760570192000) ### Acceptance Criteria - [x] Remove the `contestable?` method on RatingDecision - [x] In the ContestableIssueGenerator, select RatingDecisions where rating_issue_reference_id is nil, or where it is present but not found in the `rating_issues` ### Testing Plan 1. Automated tests
- Loading branch information
Showing
4 changed files
with
77 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters