-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DIAC-86 generate amended hearing bundle event (similar functionality … (
#903) * DIAC-86 generate amended hearing bundle event (similar functionality to customise hearing bundle but creates a new one) * DIAC-86 generate amended hearing bundle event (similar functionality to customise hearing bundle but creates a new one) * DIAC-86 updating tests * DIAC-86 removing duplicated code and updating tests * DIAC-86 removing duplicated code and updating tests * DIAC-86 fix ? * DIAC-86 stopping hearing bundle compounding by ignoring tag on generation * DIAC-86 stopping hearing bundle compounding by ignoring tag on generation * DIAC-86 stopping hearing bundle compounding by ignoring tag on generation * DIAC-86 adding amended to hearing bundle file name if suitable * DIAC-86 adding amended to hearing bundle file name if suitable * DIAC-86 fixing customise and amended bundle missing aip docs * DIAC-86 fixing customise and amended bundle missing aip docs * DIAC-86 test fixes after merging in latest master * DIAC-86 minor improvements * DIAC-86 sonarqube code smell fixes * DIAC-86 checkstyle fix * DIAC-86 BREAKING BUNDLE FOR TESTING * Revert "DIAC-86 BREAKING BUNDLE FOR TESTING" This reverts commit 9b2e734. * DIAC-86 potential fix for issue where reheard bundles are being seen as hearing notices * DIAC-86 potential fix to stop any hearing bundle tagged documents from being visible in customiseHearingBundle and amendHearingBundle, so they wont have tags altered and will show correctly in frontend * DIAC-86 functional test fix * DIAC-86 slight fix * Revert "DIAC-86 functional test fix" This reverts commit 8cc1f34. * DIAC-86 fix to remove hearingBundles from customiseHearingBundle and amendHearingBundle * DIAC-86 fix retain dates and tags when restoring documents in collections * DIAC-86 fix hiding reheard bundles in customise/amend bundle * DIAC-86 functional test fix * DIAC-86 fix for case of null tag * DIAC-86 test fix * DIAC-86 changing all instance of amended to updated * DIAC-86 removing bundle count * DIAC-86 removing bundle count * DIAC-86 test fix * DIAC-86 DocumentWithMetadata update with datetime * DIAC-86 fixing addendum documents not showing in non reheard * DIAC-86 adding new templates for updated hearing bundle to include addendum evidence before rehearing * DIAC-86 fix to restore datetimeuploaded when updating bundle * Disable flaky test * fix checkstyle * fix tests * Update CustomiseHearingBundleHandler.java --------- Co-authored-by: KleoG <[email protected]> Co-authored-by: Aliveni Choppa <[email protected]> Co-authored-by: alivenichoppa <[email protected]>
- Loading branch information
1 parent
19e96e8
commit 67d1405
Showing
15 changed files
with
826 additions
and
468 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
208 changes: 110 additions & 98 deletions
208
...ts/reform/iacasedocumentsapi/domain/handlers/presubmit/CustomiseHearingBundleHandler.java
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.