-
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.
Validate special issues dispatch page (#14047)
Resolves #14018 ### Description Adds validation to the special issues page for dispatching legacy appeals ### Acceptance Criteria - [ ] Code compiles correctly ### Testing Plan #### FeatureToggle On 1. Feature toggle! ```ruby > FeatureToggle.enable!(:special_issues_revamp) ``` 2. Log in as BVAGWHITE 3. Go to `/dispatch` and hit `Establish New Claim` 4. Hit "Route Claim" while no special issues are selected 5. Confirm error 6. Select a special issue and hit "Route Claim" 7. confirm success! ### User Facing Changes ![Screen Shot 2020-04-20 at 5 10 34 PM](https://user-images.githubusercontent.com/45575454/79889333-de560300-83cb-11ea-96df-c1bba7edb26f.png)
- Loading branch information
1 parent
a474793
commit 83cdb76
Showing
4 changed files
with
93 additions
and
11 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