Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Removed next_date for deferred jurors + Change Service Start date to deferred to date for deferred jurors (#732) * Third party details in the juror record does not save the details (#730) * update known issues * update yarn known issues * Multiple tabs open are causing data issues (#707) * add juror-number to session keys to keep multiple versions of data separated * update cached data for etag on editing juror details * update to prevent a crash if the user tries to edit a juror in two different tabs in the same browser / session context * update error message and add a route to store if the user has multiple tabs or not in their session object * update the multiple tab warning to show a red box on top of the page * make multiple-tabs.js its own file * push webpack config * update edit-pool and first summon jurors into the pool ('requested -> created' process) * update summons update to work with multiple tabs (#718) * Update trial-management flows to restrict multi-tab data issues (#717) * Update trial-management flows to restrict multi-tab data issues * removed unnecessary logs * update the error checks to allow nulls and undefineds to do the redirect --------- Co-authored-by: Callum Young <[email protected]> * update the multiple tabs script to only be served for signed in people (#729) * Added support for third party details on edit juror * fix styling * add fallback '-' for empty fields on thirdparty --------- Co-authored-by: Ricardo Rocha <[email protected]> Co-authored-by: Ricardo <[email protected]> Co-authored-by: Callum Young <[email protected]> * add timezone formats for the report times (possible fix) (#723) * Returning a jury without check out time can leave jurors in limbo (#733) * Prevent a jury from bring returned to jurors in waiting if the day has been confirmed * Added information banner for when previous day is not confirmed for jurors in waiting * Updated logic to use previous working day instead of yesterday * Rebase * Added error handling * Added error handling * fix styling and update const to let for reassigning data --------- Co-authored-by: Ricardo <[email protected]> * Digital - Assign Replies - Total is at the bottom. This has not matched where it was located in heritage (Juror digital) (#736) * update assign replies total to be on top of the table * remove old bureau code * remove more old bureau code * Removed approval limit for anyone who is not a system admin (#741) * update age disqualification function to add missing jurorNumber property (#740) * Updated how additional summons previousJurorCount is derived (#742) * Update edit user permissions (#739) * Disqualifying juror by age on editing the juror details does not save the date-of-birth (#743) * update update juror-record journey to save update details first and then disqualify by age * update the disqualify flow * hotfix/JM-8077: Deferral Maintenance Screen Not Sorting on Pagination (#737) * Fixed sorting and checking on deferral maintenance * Updated table template * Moved selection caption * updated links in deferrals table * Update sorting logic * add spacing for jury officer to sign letters (#744) * Updated juror details save button text (#746) * Fixed third party details (#745) * add a way to sort printable reports (#731) * update known issues * update yarn known issues * Multiple tabs open are causing data issues (#707) * add juror-number to session keys to keep multiple versions of data separated * update cached data for etag on editing juror details * update to prevent a crash if the user tries to edit a juror in two different tabs in the same browser / session context * update error message and add a route to store if the user has multiple tabs or not in their session object * update the multiple tab warning to show a red box on top of the page * make multiple-tabs.js its own file * push webpack config * update edit-pool and first summon jurors into the pool ('requested -> created' process) * update summons update to work with multiple tabs (#718) * Update trial-management flows to restrict multi-tab data issues (#717) * Update trial-management flows to restrict multi-tab data issues * removed unnecessary logs * update the error checks to allow nulls and undefineds to do the redirect --------- Co-authored-by: Callum Young <[email protected]> * update the multiple tabs script to only be served for signed in people (#729) * add a way to sort printable reports * allow sorting by address * add sorting to grouped reports with a new sorting class * remove double script for multiple tabs * update the report definitions to include a default sort column.. update the printer to default to ascending and allow multi table reports * remove loggings.. add error handling for print sorting and handle more sorting values correctly * update from review comments * update to fix issues in bespoke reports and missing columns * revert summon-citizens change * update report sorting from review comments * add optional chaining on the sort checker for printing * add query params to print url on first load if any --------- Co-authored-by: Callum Young <[email protected]> * update pagination modules on pool-management (#748) * Warning triangle shouldn't show up for 2nd deferral on summons reply (#747) * update the digital response details object to include an excusal flag to show the warning icon correctly (#749) * update button label on edit address when submitting paper-reply (#752) --------- Co-authored-by: Ricardo Rocha <[email protected]> Co-authored-by: Ricardo <[email protected]> Co-authored-by: Callum Young <[email protected]>
- Loading branch information