Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enable bulk assign for test orgs (#14523)
Bumps #14124 ### Description Bulk assign is enabled for the orgs listed here ### Acceptance Criteria - [ ] Bulk assignment can be accessed buy the following orgs: - [ ] Mail Team - [ ] Privacy Team - [ ] Transcription Team - [ ] American Legion - [ ] Disabled American Veterans - [ ] Veterans of Foreign Wars ### Testing Plan #### Mail team (the only team in dev that has unassigned tasks) 1. Make Jolly Postman an admin ```ruby OrganizationsUser.make_user_admin(User.find_by(css_id: "JOLLY_POSTMAN"), MailTeam.singleton) ``` 1. Log in as jolly postman and go to the mail team queue 1. Confirm they have the bulk "Assign tasks" button 1. Click "Assign tasks" 1. Assign some tasks to a user 1. Confirm tasks were assigned to the user. #### VSO 1. Sign in as team admin 1. Got to the Caseflow team management page from your dropdown 1. Create Disabled American Veterans vso with the participant id 2452415 <img width="510" alt="Screen Shot 2020-06-12 at 11 29 05 AM" src="https://user-images.githubusercontent.com/45575454/84519363-fb0e0900-ac9f-11ea-9175-9f36913a2d6f.png"> 1. Add Billie VSO to the DAV and make them an admin <img width="869" alt="Screen Shot 2020-06-12 at 11 23 31 AM" src="https://user-images.githubusercontent.com/45575454/84518762-2d6b3680-ac9f-11ea-8aa5-c59c3fab0c9a.png"> 1. Log in as that user and navigate to the dva org page 1. Ensure they have the bulk assign button <img width="733" alt="Screen Shot 2020-06-12 at 11 30 31 AM" src="https://user-images.githubusercontent.com/45575454/84519510-33ade280-aca0-11ea-8a68-34e148c53c40.png"> ### User Facing Changes BEFORE|AFTER BUTTON|AFTER MODAL ---|---|--- ![Screen Shot 2020-06-10 at 11 29 33 AM](https://user-images.githubusercontent.com/45575454/84287260-adfa2d80-ab0d-11ea-9639-b5556a833a2b.png)|![Screen Shot 2020-06-10 at 4 17 11 PM](https://user-images.githubusercontent.com/45575454/84314348-e4e43980-ab35-11ea-9f97-87f5a50ed117.png)|![Screen Shot 2020-06-10 at 4 17 19 PM](https://user-images.githubusercontent.com/45575454/84314355-e877c080-ab35-11ea-8318-1e9bd4aa4d4a.png) AFTER VALIDATION|AFTER ASSIGNEE|AFTER REGIONAL OFFICE|AFTER TASK TYPES|AFTER TASK COUNT ---|---|---|---|--- ![Screen Shot 2020-06-10 at 11 47 00 AM](https://user-images.githubusercontent.com/45575454/84289178-2cf06580-ab10-11ea-99c5-80fd751d8d77.png)|![Screen Shot 2020-06-10 at 11 47 08 AM](https://user-images.githubusercontent.com/45575454/84289188-2eba2900-ab10-11ea-9cfa-901345b7d43d.png)|![Screen Shot 2020-06-10 at 11 47 13 AM](https://user-images.githubusercontent.com/45575454/84289193-2feb5600-ab10-11ea-972e-c0560bd87124.png)|![Screen Shot 2020-06-10 at 11 47 17 AM](https://user-images.githubusercontent.com/45575454/84289198-31b51980-ab10-11ea-990e-9246336d4b18.png)|![Screen Shot 2020-06-10 at 11 47 22 AM](https://user-images.githubusercontent.com/45575454/84289202-32e64680-ab10-11ea-9401-8c2405728177.png)
- Loading branch information