Closed shanear closed 5 years ago
@leikkisa can you please provide validation instructions
Hopefully this works
Check the resulting request issue in the console, and check that it's rating. RequestIssue.find_by(contested_decision_issue_id: 1).rating? RequestIssue.find_by(contested_decision_issue_id: 1).nonrating?
Passes Uat The request issue does not register as a rating issue but a nonrating issue.
In the scenario where a veteran contests a decision on a previous nonrating request issue, the resulting request issue will register as a rating issue instead of a nonrating issue. We should fix this.