-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show cancelled appeals in search and list all cases #14681
Conversation
Code Climate has analyzed commit 14aa336 and detected 0 issues on this pull request. View more on Code Climate. |
@@ -125,6 +125,18 @@ | |||
end | |||
end | |||
|
|||
trait :cancelled do | |||
after(:create) do |appeal, _evaluator| | |||
# make sure a request issue exists, then mark all removed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice find on fixing the factory!!
…b.com/department-of-veterans-affairs/caseflow into kat/14221_cancelled_appeals_in_search
Generated by 🚫 Danger |
t.boolean "no_special_issues", default: false, comment: "Affirmative no special issues, added belatedly" | ||
t.boolean "no_special_issues", default: false, comment: "Affirmative no special issues; column added belatedly" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Catching a miss 😓
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm!
Resolves #14221
Description
Removed the filter on Appeals Finder that filtered out Cancelled appeals.
Search results for finding appeals via File Number will now show cancelled appeals.
View All Cases on the case details page will also show cancelled appeals.
Acceptance Criteria
Testing Plan
Search
View All Cases
User Facing Changes