Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
B 21348 INT bulk assignment save (#14708)
* most backend work done, frontend doesn't work * most backend ok, frontend not ok * fixed queryClient issue * backend is now correctly assigning moves to multiple users * endpoint accepts payload now * broke the frontend * mocks and backend tests * fixed issues with save bulk assignment endpoint * assign now works and reloads page to fetch fresh data * now fetches data when modal is opened * fixes form bleeding out of container * trying to reload table after save bulk * fix nil pointer with office user workload * another attempt at refetch and redisplay on bulk assignment submit * cleaned up some old attempts * some cleanup * add payment requests to bulk assign endpoint and some more code coverage * add move history event for SaveBulkAssignmentData * redux the things * fix reducer test * I hate this game * order of parameters matter sometimes * this fixes things that I broke when merging 22296 into this branch * added backup date for closeout/payment request fetch for bulk assignment modal * added backup date for closeout/payment request fetch for bulk assignment modal * remove comment * moved modal visibility toggle out of promise to fix flashing * moved modal visibility toggle out of promise to fix flashing * move some logic and fixed some design silliness * add some checks and fixes * add some checks and fixes * fix test for integration * change from 200 to 204 response and removed coalsce from pr date * fixed some stuff * Update BulkAssignmentModal.jsx removed 21350 bits and bobs * this got lost in the merge sauce * add/fix tests and removed error message on over assignment * readded error message and fixed onsubmit * removed optional * parameters passed in incorrect order * updated headquater queue * fix hq sc
- Loading branch information