@hmcts/ccd-case-ui-toolkit 4.9.9-state-machine → 4.9.13-state-machine
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/RELEASE-NOTES.md +5 -2
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.metadata.json +1 -1
- package/dist/index.umd.js +154 -102
- package/dist/index.umd.js.map +1 -1
- package/dist/index.umd.min.js +1 -1
- package/dist/index.umd.min.js.LICENSE.txt +1 -1
- package/dist/index.umd.min.js.map +1 -1
- package/dist/shared/components/case-editor/case-edit-page/case-edit-page.component.js +0 -1
- package/dist/shared/components/case-editor/case-edit-page/case-edit-page.component.js.map +1 -1
- package/dist/shared/components/case-editor/case-edit-submit/case-edit-submit.component.d.ts +48 -12
- package/dist/shared/components/case-editor/case-edit-submit/case-edit-submit.component.js +72 -4
- package/dist/shared/components/case-editor/case-edit-submit/case-edit-submit.component.js.map +1 -1
- package/dist/shared/components/case-editor/case-edit-submit/case-edit-submit.component.metadata.json +1 -1
- package/dist/shared/components/case-editor/case-editor.module.js +5 -2
- package/dist/shared/components/case-editor/case-editor.module.js.map +1 -1
- package/dist/shared/components/case-editor/case-editor.module.metadata.json +1 -1
- package/dist/shared/components/case-editor/case-event-completion/components/case-event-completion-task-cancelled/case-event-completion-task-cancelled.component.d.ts +1 -3
- package/dist/shared/components/case-editor/case-event-completion/components/case-event-completion-task-cancelled/case-event-completion-task-cancelled.component.js +3 -6
- package/dist/shared/components/case-editor/case-event-completion/components/case-event-completion-task-cancelled/case-event-completion-task-cancelled.component.js.map +1 -1
- package/dist/shared/components/case-editor/case-event-completion/components/case-event-completion-task-cancelled/case-event-completion-task-cancelled.component.metadata.json +1 -1
- package/dist/shared/components/case-editor/case-event-completion/components/case-event-completion-task-reassigned/case-event-completion-task-reassigned.component.js +3 -2
- package/dist/shared/components/case-editor/case-event-completion/components/case-event-completion-task-reassigned/case-event-completion-task-reassigned.component.js.map +1 -1
- package/dist/shared/components/case-editor/services/event-completion-state-machine.service.js +26 -32
- package/dist/shared/components/case-editor/services/event-completion-state-machine.service.js.map +1 -1
- package/dist/shared/components/case-editor/services/work-allocation.service.d.ts +7 -0
- package/dist/shared/components/case-editor/services/work-allocation.service.js +8 -0
- package/dist/shared/components/case-editor/services/work-allocation.service.js.map +1 -1
- package/dist/shared/components/case-editor/services/work-allocation.service.metadata.json +1 -1
- package/dist/shared/components/case-header/case-header.component.d.ts +0 -1
- package/dist/shared/components/case-header/case-header.component.js +1 -2
- package/dist/shared/components/case-header/case-header.component.js.map +1 -1
- package/dist/shared/components/case-header/case-header.component.metadata.json +1 -1
- package/dist/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.d.ts +1 -1
- package/dist/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.js +9 -28
- package/dist/shared/components/case-viewer/case-full-access-view/case-full-access-view.component.js.map +1 -1
- package/dist/shared/components/case-viewer/case-viewer.component.js +1 -1
- package/dist/shared/components/case-viewer/case-viewer.component.js.map +1 -1
- package/dist/shared/components/case-viewer/case-viewer.component.metadata.json +1 -1
- package/dist/shared/components/case-viewer/case-viewer.module.js +6 -6
- package/dist/shared/components/case-viewer/case-viewer.module.js.map +1 -1
- package/dist/shared/components/case-viewer/case-viewer.module.metadata.json +1 -1
- package/dist/shared/components/case-viewer/viewer.routing.js +2 -2
- package/dist/shared/components/case-viewer/viewer.routing.js.map +1 -1
- package/dist/shared/components/case-viewer/viewer.routing.metadata.json +1 -1
- package/dist/shared/components/event-start/components/task-assigned/task-assigned.component.js +1 -1
- package/dist/shared/components/event-start/components/task-assigned/task-assigned.component.js.map +1 -1
- package/dist/shared/components/index.d.ts +1 -1
- package/dist/shared/components/index.js +1 -1
- package/dist/shared/components/index.js.map +1 -1
- package/dist/shared/components/index.metadata.json +1 -1
- package/dist/shared/components/palette/complex/ccd-read-fields-filter.pipe.js +4 -0
- package/dist/shared/components/palette/complex/ccd-read-fields-filter.pipe.js.map +1 -1
- package/dist/shared/components/workbasket-filters/workbasket-filters.component.js +10 -12
- package/dist/shared/components/workbasket-filters/workbasket-filters.component.js.map +1 -1
- package/dist/shared/domain/work-allocation/task-response.model.d.ts +4 -0
- package/dist/shared/domain/work-allocation/task-response.model.js +3 -0
- package/dist/shared/domain/work-allocation/task-response.model.js.map +1 -0
- package/dist/shared/domain/work-allocation/task-response.model.metadata.json +1 -0
- package/package.json +2 -2
package/RELEASE-NOTES.md
CHANGED
|
@@ -1,11 +1,14 @@
|
|
|
1
1
|
## RELEASE NOTES
|
|
2
2
|
|
|
3
|
-
### Version 4.9.
|
|
4
|
-
**Task event completion and state machine**
|
|
3
|
+
### Version 4.9.13-state-machine"
|
|
4
|
+
**Task event completion and state machine** Task event completion and state machine
|
|
5
5
|
|
|
6
6
|
### Version 4.7.6-tab-not-defined-error"
|
|
7
7
|
**EUI-4562** Case details Active tasks tab on success not returning to active tasks page
|
|
8
8
|
|
|
9
|
+
### Version 4.3.6-hotfix-EUI-4404
|
|
10
|
+
**EUI-4404** Fix rendering of read-only Collection field within editable Complex field
|
|
11
|
+
|
|
9
12
|
### Version 4.7.6-hearings-tab
|
|
10
13
|
**EUI-4441** Add hearings tab in case details
|
|
11
14
|
**EUI-4627** Can't access /hearings tab from URL
|
package/dist/index.d.ts
CHANGED
|
@@ -3,6 +3,6 @@ export { CaseEditorConfig, AbstractAppConfig } from './app.config';
|
|
|
3
3
|
export { FieldTypeSanitiser, FormValueService, FormErrorService, DocumentManagementService, FieldsUtils, FieldsPurger, HttpErrorService, HttpService, AuthService, DraftService, AlertService, AddressesService, CaseFieldService, OrderService, RouterHelperService, ActivityService, ActivityPollingService, ProfileService, RequestOptionsBuilder, SearchService, WindowService, WorkbasketInputFilterService, JurisdictionService, BannersService, SearchResultViewItemComparatorFactory, ErrorNotifierService, NavigationNotifierService, NavigationOrigin, OrganisationService, LoadingService, LoadingModule, } from './shared/services';
|
|
4
4
|
export { DocumentData, AddressModel, CaseEventData, CaseField, CaseEvent, CaseDetails, Draft, DRAFT_PREFIX, DRAFT_QUERY_PARAM, CaseEventTrigger, Orderable, FieldType, HttpError, FieldTypeEnum, CaseView, CaseTab, CaseViewEvent, CaseViewTrigger, Profile, Alert, AlertLevel, Jurisdiction, Banner, CaseType, CaseTypeLite, CaseState, CasePrintDocument, Activity, DisplayMode, ActivityInfo, SearchResultView, SearchResultViewColumn, SearchResultViewItem, Field, PaginationMetadata, SortOrder, SortParameters, SearchResultViewItemComparator } from './shared/domain';
|
|
5
5
|
export { ShowCondition, ConditionalShowDirective, ConditionalShowModule, PlaceholderService, LabelSubstitutorDirective, LabelSubstitutorModule, ConditionalShowRegistrarService, GreyBarService, FocusElementDirective, FocusElementModule } from './shared/directives';
|
|
6
|
-
export { PaletteModule, PaletteUtilsModule, MarkdownModule, RemoveDialogComponent, DocumentDialogComponent, DialogsModule, WizardPage, WizardPageField, PaletteContext, LabelFieldComponent, FieldsFilterPipe, IsCompoundPipe, DashPipe, DatePipe, AbstractFieldWriteComponent, Wizard, WizardFactoryService, Confirmation, PageValidationService, DeleteOrCancelDialogComponent, SaveOrDiscardDialogComponent, CaseEditComponent, CaseEditPageComponent, CaseEditSubmitComponent, CaseEditFormComponent, CaseEditConfirmComponent, CaseEditWizardGuard, CaseCreateComponent, CaseProgressComponent, CallbackErrorsComponent, CallbackErrorsContext, CasesService, ActivityModule, CaseHeaderModule,
|
|
6
|
+
export { PaletteModule, PaletteUtilsModule, MarkdownModule, RemoveDialogComponent, DocumentDialogComponent, DialogsModule, WizardPage, WizardPageField, PaletteContext, LabelFieldComponent, FieldsFilterPipe, IsCompoundPipe, DashPipe, DatePipe, AbstractFieldWriteComponent, Wizard, WizardFactoryService, Confirmation, PageValidationService, DeleteOrCancelDialogComponent, SaveOrDiscardDialogComponent, CaseEditComponent, CaseEditPageComponent, CaseEditSubmitComponent, CaseEditFormComponent, CaseEditConfirmComponent, CaseEditWizardGuard, CaseCreateComponent, CaseProgressComponent, CallbackErrorsComponent, CallbackErrorsContext, CasesService, ActivityModule, CaseHeaderModule, EventStartModule, EventLogModule, SearchFiltersModule, CaseResolver, EventTriggerResolver, viewerRouting, editorRouting, CreateCaseFiltersModule, CaseTimelineModule, CreateCaseFiltersSelection, WorkbasketFiltersModule, CaseListFiltersModule, SearchResultModule, SearchResultComponent, CaseListModule, CaseListComponent, PaginationModule, PaginationComponent, TableColumnConfig, TableConfig } from './shared/components';
|
|
7
7
|
export { CaseReferencePipe, PipesModule, SortSearchResultPipe } from './shared/pipes';
|
|
8
8
|
export { createCaseEventTrigger, aCaseField, createCaseView, createCaseTabArray } from './shared/fixture/';
|
package/dist/index.js
CHANGED
|
@@ -118,7 +118,7 @@ exports.CallbackErrorsContext = components_1.CallbackErrorsContext;
|
|
|
118
118
|
exports.CasesService = components_1.CasesService;
|
|
119
119
|
exports.ActivityModule = components_1.ActivityModule;
|
|
120
120
|
exports.CaseHeaderModule = components_1.CaseHeaderModule;
|
|
121
|
-
exports.
|
|
121
|
+
exports.EventStartModule = components_1.EventStartModule;
|
|
122
122
|
exports.EventLogModule = components_1.EventLogModule;
|
|
123
123
|
exports.SearchFiltersModule = components_1.SearchFiltersModule;
|
|
124
124
|
exports.CaseResolver = components_1.CaseResolver;
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../tmp/src-inlined/index.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../tmp/src-inlined/index.ts"],"names":[],"mappings":"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"}
|
package/dist/index.metadata.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
[{"__symbolic":"module","version":4,"metadata":{},"exports":[{"from":"./case-ui-toolkit.module","export":["CaseUIToolkitModule"]},{"from":"./app.config","export":["CaseEditorConfig","AbstractAppConfig"]},{"from":"./shared/services","export":["FieldTypeSanitiser","FormValueService","FormErrorService","DocumentManagementService","FieldsUtils","FieldsPurger","HttpErrorService","HttpService","AuthService","DraftService","AlertService","AddressesService","CaseFieldService","OrderService","RouterHelperService","ActivityService","ActivityPollingService","ProfileService","RequestOptionsBuilder","SearchService","WindowService","WorkbasketInputFilterService","JurisdictionService","BannersService","SearchResultViewItemComparatorFactory","ErrorNotifierService","NavigationNotifierService","NavigationOrigin","OrganisationService","LoadingService","LoadingModule"]},{"from":"./shared/domain","export":["DocumentData","AddressModel","CaseEventData","CaseField","CaseEvent","CaseDetails","Draft","DRAFT_PREFIX","DRAFT_QUERY_PARAM","CaseEventTrigger","Orderable","FieldType","HttpError","FieldTypeEnum","CaseView","CaseTab","CaseViewEvent","CaseViewTrigger","Profile","Alert","AlertLevel","Jurisdiction","Banner","CaseType","CaseTypeLite","CaseState","CasePrintDocument","Activity","DisplayMode","ActivityInfo","SearchResultView","SearchResultViewColumn","SearchResultViewItem","Field","PaginationMetadata","SortOrder","SortParameters","SearchResultViewItemComparator"]},{"from":"./shared/directives","export":["ShowCondition","ConditionalShowDirective","ConditionalShowModule","PlaceholderService","LabelSubstitutorDirective","LabelSubstitutorModule","ConditionalShowRegistrarService","GreyBarService","FocusElementDirective","FocusElementModule"]},{"from":"./shared/components","export":["PaletteModule","PaletteUtilsModule","MarkdownModule","RemoveDialogComponent","DocumentDialogComponent","DialogsModule","WizardPage","WizardPageField","PaletteContext","LabelFieldComponent","FieldsFilterPipe","IsCompoundPipe","DashPipe","DatePipe","AbstractFieldWriteComponent","Wizard","WizardFactoryService","Confirmation","PageValidationService","DeleteOrCancelDialogComponent","SaveOrDiscardDialogComponent","CaseEditComponent","CaseEditPageComponent","CaseEditSubmitComponent","CaseEditFormComponent","CaseEditConfirmComponent","CaseEditWizardGuard","CaseCreateComponent","CaseProgressComponent","CallbackErrorsComponent","CallbackErrorsContext","CasesService","ActivityModule","CaseHeaderModule","
|
|
1
|
+
[{"__symbolic":"module","version":4,"metadata":{},"exports":[{"from":"./case-ui-toolkit.module","export":["CaseUIToolkitModule"]},{"from":"./app.config","export":["CaseEditorConfig","AbstractAppConfig"]},{"from":"./shared/services","export":["FieldTypeSanitiser","FormValueService","FormErrorService","DocumentManagementService","FieldsUtils","FieldsPurger","HttpErrorService","HttpService","AuthService","DraftService","AlertService","AddressesService","CaseFieldService","OrderService","RouterHelperService","ActivityService","ActivityPollingService","ProfileService","RequestOptionsBuilder","SearchService","WindowService","WorkbasketInputFilterService","JurisdictionService","BannersService","SearchResultViewItemComparatorFactory","ErrorNotifierService","NavigationNotifierService","NavigationOrigin","OrganisationService","LoadingService","LoadingModule"]},{"from":"./shared/domain","export":["DocumentData","AddressModel","CaseEventData","CaseField","CaseEvent","CaseDetails","Draft","DRAFT_PREFIX","DRAFT_QUERY_PARAM","CaseEventTrigger","Orderable","FieldType","HttpError","FieldTypeEnum","CaseView","CaseTab","CaseViewEvent","CaseViewTrigger","Profile","Alert","AlertLevel","Jurisdiction","Banner","CaseType","CaseTypeLite","CaseState","CasePrintDocument","Activity","DisplayMode","ActivityInfo","SearchResultView","SearchResultViewColumn","SearchResultViewItem","Field","PaginationMetadata","SortOrder","SortParameters","SearchResultViewItemComparator"]},{"from":"./shared/directives","export":["ShowCondition","ConditionalShowDirective","ConditionalShowModule","PlaceholderService","LabelSubstitutorDirective","LabelSubstitutorModule","ConditionalShowRegistrarService","GreyBarService","FocusElementDirective","FocusElementModule"]},{"from":"./shared/components","export":["PaletteModule","PaletteUtilsModule","MarkdownModule","RemoveDialogComponent","DocumentDialogComponent","DialogsModule","WizardPage","WizardPageField","PaletteContext","LabelFieldComponent","FieldsFilterPipe","IsCompoundPipe","DashPipe","DatePipe","AbstractFieldWriteComponent","Wizard","WizardFactoryService","Confirmation","PageValidationService","DeleteOrCancelDialogComponent","SaveOrDiscardDialogComponent","CaseEditComponent","CaseEditPageComponent","CaseEditSubmitComponent","CaseEditFormComponent","CaseEditConfirmComponent","CaseEditWizardGuard","CaseCreateComponent","CaseProgressComponent","CallbackErrorsComponent","CallbackErrorsContext","CasesService","ActivityModule","CaseHeaderModule","EventStartModule","EventLogModule","SearchFiltersModule","CaseResolver","EventTriggerResolver","viewerRouting","editorRouting","CreateCaseFiltersModule","CaseTimelineModule","CreateCaseFiltersSelection","WorkbasketFiltersModule","CaseListFiltersModule","SearchResultModule","SearchResultComponent","CaseListModule","CaseListComponent","PaginationModule","PaginationComponent","TableColumnConfig","TableConfig"]},{"from":"./shared/pipes","export":["CaseReferencePipe","PipesModule","SortSearchResultPipe"]},{"from":"./shared/fixture/","export":["createCaseEventTrigger","aCaseField","createCaseView","createCaseTabArray"]}]}]
|
package/dist/index.umd.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* @hmcts/ccd-case-ui-toolkit - Case UI Toolkit
|
|
3
|
-
* @version v4.9.
|
|
3
|
+
* @version v4.9.13-state-machine
|
|
4
4
|
* @link undefined
|
|
5
5
|
* @license MIT
|
|
6
6
|
*/
|
|
@@ -13276,7 +13276,7 @@ exports.CallbackErrorsContext = components_1.CallbackErrorsContext;
|
|
|
13276
13276
|
exports.CasesService = components_1.CasesService;
|
|
13277
13277
|
exports.ActivityModule = components_1.ActivityModule;
|
|
13278
13278
|
exports.CaseHeaderModule = components_1.CaseHeaderModule;
|
|
13279
|
-
exports.
|
|
13279
|
+
exports.EventStartModule = components_1.EventStartModule;
|
|
13280
13280
|
exports.EventLogModule = components_1.EventLogModule;
|
|
13281
13281
|
exports.SearchFiltersModule = components_1.SearchFiltersModule;
|
|
13282
13282
|
exports.CaseResolver = components_1.CaseResolver;
|
|
@@ -14233,7 +14233,6 @@ var CaseEditPageComponent = /** @class */ (function () {
|
|
|
14233
14233
|
if (this.currentPageIsNotValid()) {
|
|
14234
14234
|
this.generateErrorMessage(this.currentPage.case_fields);
|
|
14235
14235
|
}
|
|
14236
|
-
this.showSpinner = true;
|
|
14237
14236
|
if (!this.isSubmitting && !this.currentPageIsNotValid()) {
|
|
14238
14237
|
this.isSubmitting = true;
|
|
14239
14238
|
this.error = null;
|
|
@@ -14517,19 +14516,22 @@ var case_edit_component_1 = __webpack_require__(78101);
|
|
|
14517
14516
|
var domain_1 = __webpack_require__(29808);
|
|
14518
14517
|
// @dynamic
|
|
14519
14518
|
var CaseEditSubmitComponent = /** @class */ (function () {
|
|
14520
|
-
function CaseEditSubmitComponent(caseEdit, formValueService, formErrorService, fieldsUtils, caseFieldService, route, orderService, profileService, profileNotifier) {
|
|
14519
|
+
function CaseEditSubmitComponent(caseEdit, formValueService, formErrorService, fieldsUtils, caseFieldService, route, router, orderService, profileService, profileNotifier, sessionStorageService) {
|
|
14521
14520
|
this.caseEdit = caseEdit;
|
|
14522
14521
|
this.formValueService = formValueService;
|
|
14523
14522
|
this.formErrorService = formErrorService;
|
|
14524
14523
|
this.fieldsUtils = fieldsUtils;
|
|
14525
14524
|
this.caseFieldService = caseFieldService;
|
|
14526
14525
|
this.route = route;
|
|
14526
|
+
this.router = router;
|
|
14527
14527
|
this.orderService = orderService;
|
|
14528
14528
|
this.profileService = profileService;
|
|
14529
14529
|
this.profileNotifier = profileNotifier;
|
|
14530
|
+
this.sessionStorageService = sessionStorageService;
|
|
14530
14531
|
this.callbackErrorsSubject = new rxjs_1.Subject();
|
|
14531
14532
|
this.ignoreWarning = false;
|
|
14532
14533
|
this.paletteContext = palette_1.PaletteContext.CHECK_YOUR_ANSWER;
|
|
14534
|
+
this.eventCompletionChecksRequired = false;
|
|
14533
14535
|
}
|
|
14534
14536
|
CaseEditSubmitComponent_1 = CaseEditSubmitComponent;
|
|
14535
14537
|
Object.defineProperty(CaseEditSubmitComponent.prototype, "isDisabled", {
|
|
@@ -14559,9 +14561,58 @@ var CaseEditSubmitComponent = /** @class */ (function () {
|
|
|
14559
14561
|
this.profileSubscription.unsubscribe();
|
|
14560
14562
|
}
|
|
14561
14563
|
};
|
|
14564
|
+
/**
|
|
14565
|
+
* Handler function for event completion
|
|
14566
|
+
*
|
|
14567
|
+
* @memberof CaseEditSubmitComponent
|
|
14568
|
+
*/
|
|
14562
14569
|
CaseEditSubmitComponent.prototype.submit = function () {
|
|
14563
|
-
var _this = this;
|
|
14564
14570
|
this.isSubmitting = true;
|
|
14571
|
+
// We have to run the event completion checks if task in session storage
|
|
14572
|
+
var taskStr = this.sessionStorageService.getItem('taskToComplete');
|
|
14573
|
+
if (taskStr) {
|
|
14574
|
+
// Task is in session storage
|
|
14575
|
+
var task = JSON.parse(taskStr);
|
|
14576
|
+
this.task = task;
|
|
14577
|
+
// Show event completion component to perform event completion checks
|
|
14578
|
+
this.eventCompletionParams = {
|
|
14579
|
+
caseId: this.getCaseId(),
|
|
14580
|
+
eventId: this.getEventId(),
|
|
14581
|
+
task: task
|
|
14582
|
+
};
|
|
14583
|
+
this.eventCompletionChecksRequired = true;
|
|
14584
|
+
}
|
|
14585
|
+
else {
|
|
14586
|
+
// Task not in session storage, proceed to submit
|
|
14587
|
+
var caseEventData = this.generateCaseEventData();
|
|
14588
|
+
this.caseSubmit(caseEventData);
|
|
14589
|
+
}
|
|
14590
|
+
};
|
|
14591
|
+
/**
|
|
14592
|
+
* Handler function for event emitted from case event completion component
|
|
14593
|
+
*
|
|
14594
|
+
* @param {boolean} eventCanBeCompleted
|
|
14595
|
+
* @memberof CaseEditSubmitComponent
|
|
14596
|
+
*/
|
|
14597
|
+
CaseEditSubmitComponent.prototype.onEventCanBeCompleted = function (eventCanBeCompleted) {
|
|
14598
|
+
if (eventCanBeCompleted) {
|
|
14599
|
+
// Submit
|
|
14600
|
+
var caseEventData = this.generateCaseEventData();
|
|
14601
|
+
this.caseSubmit(caseEventData);
|
|
14602
|
+
}
|
|
14603
|
+
else {
|
|
14604
|
+
// Navigate to tasks tab on case details page
|
|
14605
|
+
this.router.navigate(["/cases/case-details/" + this.getCaseId() + "/tasks"], { relativeTo: this.route });
|
|
14606
|
+
}
|
|
14607
|
+
};
|
|
14608
|
+
/**
|
|
14609
|
+
* Function to generate and return case event data for completing the event
|
|
14610
|
+
*
|
|
14611
|
+
* @private
|
|
14612
|
+
* @return {*} {CaseEventData}
|
|
14613
|
+
* @memberof CaseEditSubmitComponent
|
|
14614
|
+
*/
|
|
14615
|
+
CaseEditSubmitComponent.prototype.generateCaseEventData = function () {
|
|
14565
14616
|
var caseEventData = {
|
|
14566
14617
|
data: this.replaceEmptyComplexFieldValues(this.formValueService.sanitise(this.replaceHiddenFormValuesWithOriginalCaseData(this.editForm.get('data'), this.eventTrigger.case_fields))),
|
|
14567
14618
|
event: this.editForm.value.event
|
|
@@ -14574,6 +14625,17 @@ var CaseEditSubmitComponent = /** @class */ (function () {
|
|
|
14574
14625
|
this.formValueService.removeEmptyCollectionsWithMinValidation(caseEventData.data, this.eventTrigger.case_fields);
|
|
14575
14626
|
caseEventData.event_token = this.eventTrigger.event_token;
|
|
14576
14627
|
caseEventData.ignore_warning = this.ignoreWarning;
|
|
14628
|
+
return caseEventData;
|
|
14629
|
+
};
|
|
14630
|
+
/**
|
|
14631
|
+
* Function to complete the event
|
|
14632
|
+
*
|
|
14633
|
+
* @private
|
|
14634
|
+
* @param {CaseEventData} caseEventData
|
|
14635
|
+
* @memberof CaseEditSubmitComponent
|
|
14636
|
+
*/
|
|
14637
|
+
CaseEditSubmitComponent.prototype.caseSubmit = function (caseEventData) {
|
|
14638
|
+
var _this = this;
|
|
14577
14639
|
this.caseEdit.submit(caseEventData)
|
|
14578
14640
|
.subscribe(function (response) {
|
|
14579
14641
|
var confirmation = _this.buildConfirmation(response);
|
|
@@ -14826,6 +14888,9 @@ var CaseEditSubmitComponent = /** @class */ (function () {
|
|
|
14826
14888
|
CaseEditSubmitComponent.prototype.getCaseId = function () {
|
|
14827
14889
|
return (this.caseEdit.caseDetails ? this.caseEdit.caseDetails.case_id : '');
|
|
14828
14890
|
};
|
|
14891
|
+
CaseEditSubmitComponent.prototype.getEventId = function () {
|
|
14892
|
+
return this.editForm.value.event.id;
|
|
14893
|
+
};
|
|
14829
14894
|
CaseEditSubmitComponent.prototype.getCaseTitle = function () {
|
|
14830
14895
|
return (this.caseEdit.caseDetails && this.caseEdit.caseDetails.state &&
|
|
14831
14896
|
this.caseEdit.caseDetails.state.title_display ? this.caseEdit.caseDetails.state.title_display : '');
|
|
@@ -14862,9 +14927,11 @@ var CaseEditSubmitComponent = /** @class */ (function () {
|
|
|
14862
14927
|
services_1.FieldsUtils,
|
|
14863
14928
|
services_1.CaseFieldService,
|
|
14864
14929
|
router_1.ActivatedRoute,
|
|
14930
|
+
router_1.Router,
|
|
14865
14931
|
services_1.OrderService,
|
|
14866
14932
|
services_1.ProfileService,
|
|
14867
|
-
services_1.ProfileNotifier
|
|
14933
|
+
services_1.ProfileNotifier,
|
|
14934
|
+
services_1.SessionStorageService])
|
|
14868
14935
|
], CaseEditSubmitComponent);
|
|
14869
14936
|
return CaseEditSubmitComponent;
|
|
14870
14937
|
}());
|
|
@@ -15092,9 +15159,10 @@ var case_edit_form_component_1 = __webpack_require__(9106);
|
|
|
15092
15159
|
var case_edit_page_component_1 = __webpack_require__(56534);
|
|
15093
15160
|
var case_edit_submit_component_1 = __webpack_require__(17663);
|
|
15094
15161
|
var case_edit_component_1 = __webpack_require__(78101);
|
|
15162
|
+
var case_event_completion_1 = __webpack_require__(73933);
|
|
15095
15163
|
var case_progress_component_1 = __webpack_require__(88430);
|
|
15096
15164
|
var case_edit_wizard_guard_1 = __webpack_require__(8894);
|
|
15097
|
-
var
|
|
15165
|
+
var case_worker_service_1 = __webpack_require__(3911);
|
|
15098
15166
|
var services_2 = __webpack_require__(25961);
|
|
15099
15167
|
var CaseEditorModule = /** @class */ (function () {
|
|
15100
15168
|
function CaseEditorModule() {
|
|
@@ -15141,7 +15209,7 @@ var CaseEditorModule = /** @class */ (function () {
|
|
|
15141
15209
|
case_create_component_1.CaseCreateComponent,
|
|
15142
15210
|
case_progress_component_1.CaseProgressComponent,
|
|
15143
15211
|
error_1.CallbackErrorsComponent,
|
|
15144
|
-
loading_spinner_component_1.LoadingSpinnerComponent
|
|
15212
|
+
loading_spinner_component_1.LoadingSpinnerComponent
|
|
15145
15213
|
],
|
|
15146
15214
|
providers: [
|
|
15147
15215
|
fields_utils_1.FieldsUtils,
|
|
@@ -15163,6 +15231,8 @@ var CaseEditorModule = /** @class */ (function () {
|
|
|
15163
15231
|
profile_service_1.ProfileService,
|
|
15164
15232
|
case_edit_wizard_guard_1.CaseEditWizardGuard,
|
|
15165
15233
|
services_2.WorkAllocationService,
|
|
15234
|
+
services_2.JudicialworkerService,
|
|
15235
|
+
case_worker_service_1.CaseworkerService,
|
|
15166
15236
|
services_1.SessionStorageService,
|
|
15167
15237
|
services_2.EventCompletionStateMachineService
|
|
15168
15238
|
]
|
|
@@ -15294,13 +15364,11 @@ var __param = (this && this.__param) || function (paramIndex, decorator) {
|
|
|
15294
15364
|
};
|
|
15295
15365
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
|
15296
15366
|
var core_1 = __webpack_require__(57208);
|
|
15297
|
-
var router_1 = __webpack_require__(92302);
|
|
15298
15367
|
var case_event_completion_component_1 = __webpack_require__(9349);
|
|
15299
15368
|
var CaseEventCompletionTaskCancelledComponent = /** @class */ (function () {
|
|
15300
|
-
function CaseEventCompletionTaskCancelledComponent(parentComponent
|
|
15369
|
+
function CaseEventCompletionTaskCancelledComponent(parentComponent) {
|
|
15301
15370
|
this.parentComponent = parentComponent;
|
|
15302
|
-
this.
|
|
15303
|
-
this.caseId = this.route.snapshot.params['cid'];
|
|
15371
|
+
this.caseId = this.parentComponent.context.caseId;
|
|
15304
15372
|
}
|
|
15305
15373
|
CaseEventCompletionTaskCancelledComponent.prototype.onContinue = function () {
|
|
15306
15374
|
// Emit event can be completed event
|
|
@@ -15312,8 +15380,7 @@ var CaseEventCompletionTaskCancelledComponent = /** @class */ (function () {
|
|
|
15312
15380
|
template: __webpack_require__(69675)
|
|
15313
15381
|
}),
|
|
15314
15382
|
__param(0, core_1.Inject(case_event_completion_component_1.COMPONENT_PORTAL_INJECTION_TOKEN)),
|
|
15315
|
-
__metadata("design:paramtypes", [case_event_completion_component_1.CaseEventCompletionComponent
|
|
15316
|
-
router_1.ActivatedRoute])
|
|
15383
|
+
__metadata("design:paramtypes", [case_event_completion_component_1.CaseEventCompletionComponent])
|
|
15317
15384
|
], CaseEventCompletionTaskCancelledComponent);
|
|
15318
15385
|
return CaseEventCompletionTaskCancelledComponent;
|
|
15319
15386
|
}());
|
|
@@ -15359,12 +15426,13 @@ var CaseEventCompletionTaskReassignedComponent = /** @class */ (function () {
|
|
|
15359
15426
|
}
|
|
15360
15427
|
CaseEventCompletionTaskReassignedComponent.prototype.ngOnInit = function () {
|
|
15361
15428
|
var _this = this;
|
|
15362
|
-
// Get
|
|
15429
|
+
// Get case id and assigned user id from the parent component
|
|
15363
15430
|
this.assignedUserId = this.parentComponent.context.task.assignee;
|
|
15431
|
+
this.caseId = this.parentComponent.context.caseId;
|
|
15364
15432
|
// Get the caseworker based on the assigned user id
|
|
15365
15433
|
var caseworkers$ = this.caseworkerService.getCaseworkers([this.assignedUserId]);
|
|
15366
15434
|
this.caseworkerSubscription = caseworkers$.subscribe(function (caseworkers) {
|
|
15367
|
-
if (caseworkers && caseworkers[0].firstName && caseworkers[0].lastName) {
|
|
15435
|
+
if (caseworkers && caseworkers[0] && caseworkers[0].firstName && caseworkers[0].lastName) {
|
|
15368
15436
|
_this.assignedUserName = caseworkers[0].firstName + " " + caseworkers[0].lastName;
|
|
15369
15437
|
}
|
|
15370
15438
|
else {
|
|
@@ -16399,40 +16467,34 @@ var EventCompletionStateMachineService = /** @class */ (function () {
|
|
|
16399
16467
|
this.addTransitionsForStateTaskUnassigned();
|
|
16400
16468
|
};
|
|
16401
16469
|
EventCompletionStateMachineService.prototype.entryActionForStateCheckTasksCanBeCompleted = function (state, context) {
|
|
16402
|
-
context.workAllocationService.
|
|
16403
|
-
|
|
16404
|
-
|
|
16405
|
-
|
|
16406
|
-
|
|
16407
|
-
|
|
16408
|
-
|
|
16409
|
-
|
|
16410
|
-
|
|
16411
|
-
|
|
16412
|
-
|
|
16413
|
-
|
|
16414
|
-
|
|
16415
|
-
|
|
16416
|
-
|
|
16417
|
-
|
|
16418
|
-
|
|
16419
|
-
|
|
16420
|
-
|
|
16421
|
-
|
|
16422
|
-
|
|
16423
|
-
|
|
16424
|
-
|
|
16425
|
-
state.trigger(domain_1.EventCompletionStates.TaskAssignedToAnotherUser);
|
|
16426
|
-
break;
|
|
16427
|
-
}
|
|
16470
|
+
context.workAllocationService.getTask(context.task.id).subscribe(function (taskResponse) {
|
|
16471
|
+
if (taskResponse && taskResponse.task && taskResponse.task.task_state) {
|
|
16472
|
+
switch (taskResponse.task.task_state.toUpperCase()) {
|
|
16473
|
+
case Task_1.TaskState.Unassigned:
|
|
16474
|
+
// Task unassigned
|
|
16475
|
+
state.trigger(domain_1.EventCompletionStates.TaskUnassigned);
|
|
16476
|
+
break;
|
|
16477
|
+
case Task_1.TaskState.Completed:
|
|
16478
|
+
case Task_1.TaskState.Cancelled:
|
|
16479
|
+
case Task_1.TaskState.Terminated:
|
|
16480
|
+
// Task completed or cancelled
|
|
16481
|
+
state.trigger(domain_1.EventCompletionStates.TaskCompetedOrCancelled);
|
|
16482
|
+
break;
|
|
16483
|
+
case Task_1.TaskState.Assigned:
|
|
16484
|
+
// Task is in assigned state
|
|
16485
|
+
taskResponse.task.assignee === context.task.assignee
|
|
16486
|
+
? state.trigger(domain_1.EventCompletionStates.CompleteEventAndTask)
|
|
16487
|
+
: state.trigger(domain_1.EventCompletionStates.TaskAssignedToAnotherUser);
|
|
16488
|
+
break;
|
|
16489
|
+
default:
|
|
16490
|
+
// Allow user to complete the event
|
|
16491
|
+
state.trigger(domain_1.EventCompletionStates.CompleteEventAndTask);
|
|
16492
|
+
break;
|
|
16428
16493
|
}
|
|
16429
16494
|
}
|
|
16430
|
-
|
|
16431
|
-
|
|
16432
|
-
|
|
16433
|
-
// Event completion checks not required, inform parent to complete the event
|
|
16434
|
-
state.trigger(domain_1.EventCompletionStates.CompleteEventAndTask);
|
|
16435
|
-
}
|
|
16495
|
+
}, function (error) {
|
|
16496
|
+
context.alertService.error(error.message);
|
|
16497
|
+
return rxjs_1.throwError(error);
|
|
16436
16498
|
});
|
|
16437
16499
|
};
|
|
16438
16500
|
EventCompletionStateMachineService.prototype.entryActionForStateTaskCompletedOrCancelled = function (state, context) {
|
|
@@ -17007,6 +17069,14 @@ var WorkAllocationService = /** @class */ (function () {
|
|
|
17007
17069
|
WorkAllocationService.prototype.getTasksByCaseIdAndEventId = function (eventId, caseId) {
|
|
17008
17070
|
return this.http.get(this.appConfig.getWorkAllocationApiUrl() + "/case/tasks/" + caseId + "/event/" + eventId);
|
|
17009
17071
|
};
|
|
17072
|
+
/**
|
|
17073
|
+
* Call the API to get a task
|
|
17074
|
+
*
|
|
17075
|
+
* @param {string} taskId
|
|
17076
|
+
*/
|
|
17077
|
+
WorkAllocationService.prototype.getTask = function (taskId) {
|
|
17078
|
+
return this.http.get(this.appConfig.getWorkAllocationApiUrl() + "/task/" + taskId);
|
|
17079
|
+
};
|
|
17010
17080
|
var WorkAllocationService_1;
|
|
17011
17081
|
WorkAllocationService.IACCaseOfficer = 'caseworker-ia-caseofficer';
|
|
17012
17082
|
WorkAllocationService.IACAdmOfficer = 'caseworker-ia-admofficer';
|
|
@@ -17048,7 +17118,6 @@ var CaseHeaderComponent = /** @class */ (function () {
|
|
|
17048
17118
|
this.caseTitle = new domain_1.CaseField();
|
|
17049
17119
|
if (!this.isDraft() && this.caseDetails.state.title_display) {
|
|
17050
17120
|
this.caseTitle.label = this.caseDetails.state.title_display;
|
|
17051
|
-
this.label = this.caseTitle.label;
|
|
17052
17121
|
this.caseFields = this.getCaseFields();
|
|
17053
17122
|
}
|
|
17054
17123
|
};
|
|
@@ -18591,35 +18660,16 @@ var CaseFullAccessViewComponent = /** @class */ (function () {
|
|
|
18591
18660
|
var matTab;
|
|
18592
18661
|
var url = this.location.path(true);
|
|
18593
18662
|
var hashValue = url.substring(url.indexOf('#') + 1);
|
|
18594
|
-
if
|
|
18663
|
+
// if we have prepended tabs route to one of the prepended tabs
|
|
18664
|
+
if (!url.includes('#') && this.prependedTabs && this.prependedTabs.length) {
|
|
18595
18665
|
var paths = url.split('/');
|
|
18596
|
-
|
|
18597
|
-
var
|
|
18598
|
-
var
|
|
18599
|
-
|
|
18600
|
-
|
|
18601
|
-
|
|
18602
|
-
}
|
|
18603
|
-
// found tasks or hearing tab
|
|
18604
|
-
if (foundTab_1) {
|
|
18605
|
-
this.router.navigate(['cases', 'case-details', this.caseDetails.case_id, foundTab_1.id]).then(function () {
|
|
18606
|
-
matTab = _this.tabGroup._tabs.find(function (x) { return x.textLabel === foundTab_1.label; });
|
|
18607
|
-
if (matTab && matTab.position) {
|
|
18608
|
-
_this.tabGroup.selectedIndex = matTab.position;
|
|
18609
|
-
}
|
|
18610
|
-
});
|
|
18611
|
-
// last path is caseId
|
|
18612
|
-
}
|
|
18613
|
-
else {
|
|
18614
|
-
// sort with the order of CCD predefined tabs
|
|
18615
|
-
this.caseDetails.tabs.sort(function (aTab, bTab) { return aTab.order > bTab.order ? 1 : (bTab.order > aTab.order ? -1 : 0); });
|
|
18616
|
-
// preselect the 1st order of CCD predefined tabs
|
|
18617
|
-
var preSelectTab_1 = this.caseDetails.tabs[0];
|
|
18618
|
-
this.router.navigate(['cases', 'case-details', this.caseDetails.case_id]).then(function () {
|
|
18619
|
-
matTab = _this.tabGroup._tabs.find(function (x) { return x.textLabel === preSelectTab_1.label; });
|
|
18620
|
-
_this.tabGroup.selectedIndex = matTab.position;
|
|
18621
|
-
});
|
|
18622
|
-
}
|
|
18666
|
+
var tabName_1 = decodeURIComponent(paths[paths.length - 1]);
|
|
18667
|
+
var selectedTab_1 = this.prependedTabs.find(function (caseTab) { return caseTab.id.toLowerCase() === tabName_1.toLowerCase(); });
|
|
18668
|
+
var tab = selectedTab_1 ? selectedTab_1.id : 'tasks';
|
|
18669
|
+
this.router.navigate(['cases', 'case-details', this.caseDetails.case_id, tab]).then(function () {
|
|
18670
|
+
matTab = _this.tabGroup._tabs.find(function (x) { return x.textLabel === selectedTab_1.label; });
|
|
18671
|
+
_this.tabGroup.selectedIndex = matTab.position;
|
|
18672
|
+
});
|
|
18623
18673
|
}
|
|
18624
18674
|
else {
|
|
18625
18675
|
var regExp = new RegExp(CaseFullAccessViewComponent_1.UNICODE_SPACE, 'g');
|
|
@@ -19435,21 +19485,21 @@ var case_header_1 = __webpack_require__(75150);
|
|
|
19435
19485
|
var case_history_1 = __webpack_require__(30542);
|
|
19436
19486
|
var error_message_component_1 = __webpack_require__(67679);
|
|
19437
19487
|
var errors_module_1 = __webpack_require__(61386);
|
|
19488
|
+
var event_start_module_1 = __webpack_require__(76210);
|
|
19438
19489
|
var event_trigger_1 = __webpack_require__(7108);
|
|
19439
19490
|
var palette_1 = __webpack_require__(22212);
|
|
19440
19491
|
var case_basic_access_view_component_1 = __webpack_require__(42906);
|
|
19441
19492
|
var case_challenged_access_request_component_1 = __webpack_require__(70776);
|
|
19442
19493
|
var case_challenged_access_success_component_1 = __webpack_require__(41969);
|
|
19443
|
-
var case_specific_access_request_component_1 = __webpack_require__(38692);
|
|
19444
|
-
var case_review_specific_access_request_component_1 = __webpack_require__(24212);
|
|
19445
19494
|
var case_event_trigger_1 = __webpack_require__(92100);
|
|
19446
19495
|
var case_full_access_view_component_1 = __webpack_require__(76764);
|
|
19496
|
+
var case_review_specific_access_reject_1 = __webpack_require__(84766);
|
|
19497
|
+
var case_review_specific_access_request_component_1 = __webpack_require__(24212);
|
|
19498
|
+
var case_specific_access_request_component_1 = __webpack_require__(38692);
|
|
19447
19499
|
var case_view_1 = __webpack_require__(65389);
|
|
19448
19500
|
var case_viewer_component_1 = __webpack_require__(89554);
|
|
19449
19501
|
var printer_1 = __webpack_require__(65773);
|
|
19450
19502
|
var services_2 = __webpack_require__(50137);
|
|
19451
|
-
var case_review_specific_access_reject_1 = __webpack_require__(84766);
|
|
19452
|
-
var event_start_1 = __webpack_require__(61319);
|
|
19453
19503
|
var CaseViewerModule = /** @class */ (function () {
|
|
19454
19504
|
function CaseViewerModule() {
|
|
19455
19505
|
}
|
|
@@ -19461,7 +19511,7 @@ var CaseViewerModule = /** @class */ (function () {
|
|
|
19461
19511
|
errors_module_1.ErrorsModule,
|
|
19462
19512
|
activity_1.ActivityModule,
|
|
19463
19513
|
case_header_1.CaseHeaderModule,
|
|
19464
|
-
|
|
19514
|
+
event_start_module_1.EventStartModule,
|
|
19465
19515
|
event_trigger_1.EventTriggerModule,
|
|
19466
19516
|
tabs_1.TabsModule,
|
|
19467
19517
|
palette_1.PaletteModule,
|
|
@@ -19493,7 +19543,7 @@ var CaseViewerModule = /** @class */ (function () {
|
|
|
19493
19543
|
],
|
|
19494
19544
|
exports: [
|
|
19495
19545
|
case_viewer_component_1.CaseViewerComponent,
|
|
19496
|
-
case_view_1.CaseViewComponent
|
|
19546
|
+
case_view_1.CaseViewComponent
|
|
19497
19547
|
],
|
|
19498
19548
|
providers: [
|
|
19499
19549
|
case_editor_1.CaseNotifier,
|
|
@@ -19942,7 +19992,7 @@ var event_tasks_resolver_service_1 = __webpack_require__(26745);
|
|
|
19942
19992
|
var file_upload_progress_guard_1 = __webpack_require__(27667);
|
|
19943
19993
|
var case_challenged_access_request_1 = __webpack_require__(38403);
|
|
19944
19994
|
var case_challenged_access_success_1 = __webpack_require__(26840);
|
|
19945
|
-
var
|
|
19995
|
+
var case_event_trigger_1 = __webpack_require__(92100);
|
|
19946
19996
|
var case_review_specific_access_reject_1 = __webpack_require__(84766);
|
|
19947
19997
|
var case_review_specific_access_request_1 = __webpack_require__(83444);
|
|
19948
19998
|
var case_specific_access_request_1 = __webpack_require__(73343);
|
|
@@ -19958,7 +20008,7 @@ exports.viewerRouting = [
|
|
|
19958
20008
|
resolve: {
|
|
19959
20009
|
eventTrigger: services_1.EventTriggerResolver,
|
|
19960
20010
|
},
|
|
19961
|
-
component:
|
|
20011
|
+
component: case_event_trigger_1.CaseEventTriggerComponent,
|
|
19962
20012
|
children: case_editor_1.editorRouting,
|
|
19963
20013
|
canActivate: [event_start_guard_1.EventStartGuard],
|
|
19964
20014
|
canDeactivate: [file_upload_progress_guard_1.FileUploadProgressGuard],
|
|
@@ -20983,7 +21033,7 @@ var TaskAssignedComponent = /** @class */ (function () {
|
|
|
20983
21033
|
// Get the caseworker based on the assigned user id
|
|
20984
21034
|
var caseworkers$ = this.caseworkerService.getCaseworkers([this.task.assignee]);
|
|
20985
21035
|
this.caseworkerSubscription = caseworkers$.subscribe(function (caseworkers) {
|
|
20986
|
-
if (caseworkers && caseworkers[0].firstName && caseworkers[0].lastName) {
|
|
21036
|
+
if (caseworkers && caseworkers[0] && caseworkers[0].firstName && caseworkers[0].lastName) {
|
|
20987
21037
|
_this.assignedUserName = caseworkers[0].firstName + " " + caseworkers[0].lastName;
|
|
20988
21038
|
}
|
|
20989
21039
|
else {
|
|
@@ -21818,7 +21868,7 @@ __export(__webpack_require__(64633));
|
|
|
21818
21868
|
__export(__webpack_require__(84573));
|
|
21819
21869
|
__export(__webpack_require__(51585));
|
|
21820
21870
|
__export(__webpack_require__(21470));
|
|
21821
|
-
__export(__webpack_require__(
|
|
21871
|
+
__export(__webpack_require__(61319));
|
|
21822
21872
|
__export(__webpack_require__(47174));
|
|
21823
21873
|
__export(__webpack_require__(22212));
|
|
21824
21874
|
__export(__webpack_require__(96292));
|
|
@@ -23773,6 +23823,10 @@ var ReadFieldsFilterPipe = /** @class */ (function () {
|
|
|
23773
23823
|
return !!hasChildrenWithValue;
|
|
23774
23824
|
};
|
|
23775
23825
|
ReadFieldsFilterPipe.isValidCollection = function (field, values) {
|
|
23826
|
+
// if field is collection and it has complex/collection child field; parent field doesnt have value defined
|
|
23827
|
+
if (!Array.isArray(field.value) && values && values.hasOwnProperty(field.id)) {
|
|
23828
|
+
return true;
|
|
23829
|
+
}
|
|
23776
23830
|
var isNotEmpty = Array.isArray(field.value) && field.value.length > 0;
|
|
23777
23831
|
if (isNotEmpty && field.field_type.collection_field_type.type === 'Complex') {
|
|
23778
23832
|
return !!field.value.find(function (item) {
|
|
@@ -31600,18 +31654,16 @@ var WorkbasketFiltersComponent = /** @class */ (function () {
|
|
|
31600
31654
|
var formGroupLS = JSON.parse(this.windowService.getLocalStorage(FORM_GROUP_VAL_LOC_STORAGE));
|
|
31601
31655
|
// Form group local storage is available and contains regionList property
|
|
31602
31656
|
if (util_1.isDefined(formGroupLS) && formGroupLS.hasOwnProperty(REGION_LIST_AND_FRC_FILTER)) {
|
|
31603
|
-
|
|
31604
|
-
|
|
31605
|
-
|
|
31606
|
-
|
|
31607
|
-
|
|
31608
|
-
|
|
31609
|
-
|
|
31610
|
-
|
|
31611
|
-
|
|
31612
|
-
|
|
31613
|
-
this.formGroup.get(key).setValue(null);
|
|
31614
|
-
}
|
|
31657
|
+
// If regionList value does not match between local storage and form group
|
|
31658
|
+
// then the filter value has been changed and we need to clear the old filter values
|
|
31659
|
+
if (formGroupLS[REGION_LIST_AND_FRC_FILTER] !== this.formGroup.get(REGION_LIST_AND_FRC_FILTER).value) {
|
|
31660
|
+
for (var key in formGroupLS) {
|
|
31661
|
+
if (formGroupLS.hasOwnProperty(key)) {
|
|
31662
|
+
var value = formGroupLS[key];
|
|
31663
|
+
// Clear the filter form group control values if it has a value in local storage
|
|
31664
|
+
// The regionList form group control value should be ignored as it always contain the latest value
|
|
31665
|
+
if (key !== REGION_LIST_AND_FRC_FILTER && value != null) {
|
|
31666
|
+
this.formGroup.get(key).setValue(null);
|
|
31615
31667
|
}
|
|
31616
31668
|
}
|
|
31617
31669
|
}
|
|
@@ -84104,7 +84156,7 @@ module.exports = "<ccd-loading-spinner *ngIf=\"showSpinner\"></ccd-loading-spin
|
|
|
84104
84156
|
/***/ 81278:
|
|
84105
84157
|
/***/ ((module) => {
|
|
84106
84158
|
|
|
84107
|
-
module.exports = "<!-- Event trigger name -->\n<h1 class=\"govuk-heading-l\">{{ eventTrigger.name}}</h1>\n\n<!--Case ID or Title -->\n<div *ngIf=\"getCaseTitle(); then titleBlock; else idBlock\"></div>\n<ng-template #titleBlock>\n
|
|
84159
|
+
module.exports = "<div *ngIf=\"!eventCompletionChecksRequired\">\n <!-- Event trigger name -->\n <h1 class=\"govuk-heading-l\">{{ eventTrigger.name}}</h1>\n\n <!--Case ID or Title -->\n <div *ngIf=\"getCaseTitle(); then titleBlock; else idBlock\"></div>\n <ng-template #titleBlock>\n <ccd-markdown [content]=\"getCaseTitle() | ccdCaseTitle: contextFields : editForm.controls['data']\"></ccd-markdown>\n </ng-template>\n <ng-template #idBlock>\n <h2 *ngIf=\"getCaseId()\" class=\"heading-h2\">#{{ getCaseId() | ccdCaseReference }}</h2>\n </ng-template>\n\n <!-- Generic error heading and error message to be displayed only if there are no specific callback errors or warnings, or no error details -->\n <div *ngIf=\"error && (!(error.callbackErrors || error.callbackWarnings || error.details) && !error.message)\" class=\"error-summary\" role=\"group\" aria-labelledby=\"edit-case-event_error-summary-heading\" tabindex=\"-1\">\n <h1 class=\"heading-h1 error-summary-heading\" id=\"edit-case-event_error-summary-heading\">\n Something went wrong\n </h1>\n <div class=\"govuk-error-summary__body\" id=\"edit-case-event_error-summary-body\">\n <p>We're working to fix the problem. Try again shortly.</p>\n <p><a href=\"get-help\" target=\"_blank\">Contact us</a> if you're still having problems.</p>\n </div>\n </div>\n <!-- Event error heading and error message to be displayed if there are specific error details -->\n <div *ngIf=\"error && (error.details || error.message)\" class=\"error-summary\" role=\"group\" aria-labelledby=\"edit-case-event_error-summary-heading\" tabindex=\"-1\">\n <h3 class=\"heading-h3 error-summary-heading\" id=\"edit-case-event_error-summary-heading\">\n The event could not be created\n </h3>\n <p>{{error.message}}</p>\n <ul *ngIf=\"error.details?.field_errors\" class=\"error-summary-list\">\n <li *ngFor=\"let fieldError of error.details.field_errors\" class=\"ccd-error-summary-li\">{{fieldError.message}}</li>\n </ul>\n </div>\n <ccd-callback-errors [callbackErrorsSubject]=\"callbackErrorsSubject\"\n (callbackErrorsContext)=\"callbackErrorsNotify($event)\"></ccd-callback-errors>\n\n <form class=\"check-your-answers\" [formGroup]=\"editForm\" (submit)=\"submit()\">\n <ng-container *ngIf=\"checkYourAnswerFieldsToDisplayExists()\">\n\n <h2 class=\"heading-h2\">Check your answers</h2>\n <span class=\"text-16\">Check the information below carefully.</span>\n\n <table class=\"form-table\">\n <tbody>\n <ng-container *ngFor=\"let page of this.wizard.pages\">\n <ng-container *ngIf=\"isShown(page)\">\n <ng-container *ngFor=\"let field of page\n | ccdPageFields: editForm.controls['data']\n | ccdReadFieldsFilter: false :undefined :true : editForm.controls['data']\n | ccdCYAPageLabelFilter\">\n <ng-container *ngIf=\"canShowFieldInCYA(field)\">\n <tr ccdLabelSubstitutor [caseField]=\"field\" [hidden]=\"field.hidden\"\n [formGroup]=\"editForm.controls['data']\" [contextFields]=\"contextFields\">\n <th *ngIf=\"!isLabel(field)\" class=\"valign-top case-field-label\"><span class=\"text-16\">{{field.label}}</span></th>\n <td class=\"form-cell case-field-content\" [attr.colspan]=\"isLabel(field) ? '2' : '1'\">\n <ccd-field-read\n [formGroup]=\"editForm.controls['data']\" [topLevelFormGroup]=\"editForm.controls['data']\"\n [caseField]=\"summaryCaseField(field)\" [context]=\"paletteContext\" [caseFields]=\"contextFields\"></ccd-field-read>\n </td>\n <td class=\"valign-top check-your-answers__change case-field-change\">\n <a *ngIf=\"isChangeAllowed(field)\" (click)=\"navigateToPage(page.id)\"\n href=\"javascript:void(0)\"><span class=\"text-16\">Change</span></a>\n </td>\n </tr>\n </ng-container>\n </ng-container>\n </ng-container>\n </ng-container>\n </tbody>\n </table>\n </ng-container>\n <ng-container *ngIf=\"readOnlySummaryFieldsToDisplayExists()\">\n\n <table class=\"summary-fields\">\n <tbody>\n <ng-container *ngFor=\"let field of this.showSummaryFields\">\n <ng-container [ngSwitch]=\"!(field | ccdIsCompound)\">\n <tr *ngSwitchCase=\"true\" ccdLabelSubstitutor [caseField]=\"field\" [formGroup]=\"editForm.controls['data']\" [contextFields]=\"contextFields\">\n <th>{{field.label}}</th>\n <td class=\"form-cell\">\n <ccd-field-read [formGroup]=\"editForm.controls['data']\" [caseField]=\"summaryCaseField(field)\"></ccd-field-read>\n </td>\n </tr>\n <tr *ngSwitchCase=\"false\" class=\"compound-field\" ccdLabelSubstitutor [caseField]=\"field\" [formGroup]=\"editForm.controls['data']\" [contextFields]=\"contextFields\">\n <td colspan=\"2\">\n <ccd-field-read [formGroup]=\"editForm.controls['data']\" [caseField]=\"summaryCaseField(field)\" [caseFields]=\"contextFields\"></ccd-field-read>\n </td>\n </tr>\n </ng-container>\n </ng-container>\n </tbody>\n </table>\n </ng-container>\n <ng-container *ngIf=\"showEventNotes()\">\n <fieldset id=\"fieldset-event\" formGroupName=\"event\" *ngIf=\"profile && !isSolicitor()\">\n <div class=\"form-group\">\n <label for=\"field-trigger-summary\" class=\"form-label\">\n Event summary (optional)\n <span class=\"form-hint\">A few words describing the purpose of the event.</span>\n </label>\n <input type=\"text\" id=\"field-trigger-summary\" class=\"form-control bottom-30 width-50\" formControlName=\"summary\" maxlength=\"1024\">\n </div>\n <div class=\"form-group\">\n <label for=\"field-trigger-description\" class=\"form-label\">Event description (optional)</label>\n <textarea id=\"field-trigger-description\" class=\"form-control bottom-30 width-50\" formControlName=\"description\"\n maxlength=\"65536\"></textarea>\n </div>\n </fieldset>\n </ng-container>\n <div class=\"form-group form-group-related\">\n <button class=\"button button-secondary\" type=\"button\" [disabled]=\"!hasPrevious() || isSubmitting\" (click)=\"previous()\">Previous</button>\n <button type=\"submit\" [disabled]=\"isDisabled\" class=\"button\">{{triggerText}}</button>\n </div>\n <p class=\"cancel\"><a (click)=\"cancel()\" href=\"javascript:void(0)\" [class.disabled]=\"isSubmitting\">{{getCancelText()}}</a></p>\n </form>\n</div>\n<ccd-case-event-completion *ngIf=\"eventCompletionChecksRequired\"\n [eventCompletionParams]=\"eventCompletionParams\"\n (eventCanBeCompleted)=\"onEventCanBeCompleted($event)\">\n</ccd-case-event-completion>"
|
|
84108
84160
|
|
|
84109
84161
|
/***/ }),
|
|
84110
84162
|
|
|
@@ -84146,7 +84198,7 @@ module.exports = "<div *ngIf=\"isDataLoaded()\">\n <ccd-case-edit [submit]=\"
|
|
|
84146
84198
|
/***/ 59541:
|
|
84147
84199
|
/***/ ((module) => {
|
|
84148
84200
|
|
|
84149
|
-
module.exports = "<h1 *ngIf=\"!label\" class=\"heading-h1\">#{{ caseDetails.case_id | ccdCaseReference}}</h1>\n\n<div *ngIf=\"label\" class=\"case-title\">\n <ccd-label-field [caseField]=\"caseTitle\" [caseFields]=\"caseFields\"></ccd-label-field>\n</div>\n"
|
|
84201
|
+
module.exports = "<h1 *ngIf=\"!caseTitle.label\" class=\"heading-h1\">#{{ caseDetails.case_id | ccdCaseReference}}</h1>\n\n<div *ngIf=\"caseTitle.label\" class=\"case-title\">\n <ccd-label-field [caseField]=\"caseTitle\" [caseFields]=\"caseFields\"></ccd-label-field>\n</div>\n"
|
|
84150
84202
|
|
|
84151
84203
|
/***/ }),
|
|
84152
84204
|
|
|
@@ -84244,7 +84296,7 @@ module.exports = "<div *ngIf=\"isDataLoaded()\">\n <ccd-case-viewer [hasPrint
|
|
|
84244
84296
|
/***/ 67025:
|
|
84245
84297
|
/***/ ((module) => {
|
|
84246
84298
|
|
|
84247
|
-
module.exports = "<div *ngIf=\"isDataLoaded()\">\n <ccd-case-basic-access-view *ngIf=\"!hasStandardAccess()\"\n [accessType]=\"userAccessType\"\n [caseDetails]=\"caseDetails\">\n </ccd-case-basic-access-view>\n <ccd-case-full-access-view *ngIf=\"hasStandardAccess()\"\n [caseDetails]=\"caseDetails\"\n [hasPrint]=\"hasPrint\"\n [hasEventSelector]=\"hasEventSelector\"\n [prependedTabs]=\"prependedTabs\"\n [appendedTabs]=\"appendedTabs\">\n </ccd-case-full-access-view>\n
|
|
84299
|
+
module.exports = "<div *ngIf=\"isDataLoaded()\">\n <ccd-case-basic-access-view *ngIf=\"!hasStandardAccess()\"\n [accessType]=\"userAccessType\"\n [caseDetails]=\"caseDetails\">\n </ccd-case-basic-access-view>\n <ccd-case-full-access-view *ngIf=\"hasStandardAccess()\"\n [caseDetails]=\"caseDetails\"\n [hasPrint]=\"hasPrint\"\n [hasEventSelector]=\"hasEventSelector\"\n [prependedTabs]=\"prependedTabs\"\n [appendedTabs]=\"appendedTabs\">\n </ccd-case-full-access-view>\n</div>\n"
|
|
84248
84300
|
|
|
84249
84301
|
/***/ }),
|
|
84250
84302
|
|