From 4f979e4c7dc8d127bbc9884a45923ad9a316c889 Mon Sep 17 00:00:00 2001 From: weskubo-cgi <80127167+weskubo-cgi@users.noreply.github.com> Date: Thu, 20 Oct 2022 16:52:48 -0700 Subject: [PATCH] Updated Transaction Type list. (#130) Fixed error with undeclared auditStore. Added max width to userId. Co-authored-by: weskubo-cgi --- frontend/src/views/reports/AuditReporting.vue | 36 +++++++++++++++++-- 1 file changed, 33 insertions(+), 3 deletions(-) diff --git a/frontend/src/views/reports/AuditReporting.vue b/frontend/src/views/reports/AuditReporting.vue index d012245b..b8dc6b79 100644 --- a/frontend/src/views/reports/AuditReporting.vue +++ b/frontend/src/views/reports/AuditReporting.vue @@ -73,7 +73,7 @@ > - + @@ -130,7 +130,31 @@ export default { firstRecordIndex: 0, loading: false, lazyParams: {}, - transactionOptions: ['CheckEligibility', 'PHNInquiry', 'PHNLookup', 'EnrollSubscriber', 'GetPersonDetails', 'NameSearch', 'AddGroupMember', 'AddDependent', 'UpdateNumberAndDept', 'CancelDependent', 'ContractInquiry', 'GetContractAddress', 'UpdateContractAddress'], + transactionOptions: [ + 'AddDependent', + 'AddGroupMember', + 'CancelDependent', + 'CancelGroupMember', + 'ChangeCancelDate', + 'ChangeEffectiveDate', + 'CheckEligibility', + 'ContractInquiry', + 'EnrollSubscriber', + 'ExtendCancelDate', + 'GetContractAddress', + 'GetContractPeriods', + 'GetPatientRegistration', + 'GetPersonDetails', + 'MSPCoverageCheck', + 'NameSearch', + 'PHNInquiry', + 'PHNLookup', + 'ReinstateCancelledCoverage', + 'ReinstateOverAgeDependent', + 'RenewCancelledCoverage', + 'UpdateContractAddress', + 'UpdateNumberAndDept', + ], } }, mounted() { @@ -268,7 +292,6 @@ export default { this.searching = false this.v$.$reset() this.alertStore.dismissAlert() - this.auditStore.$reset() this.firstRecordIndex = 0 // This is a workaround to ensure that the paginator is reset by forcing the component to reload // Technically this can be handled with firstRecordIndex but there appears to be an issue. See https://github.com/primefaces/primevue/issues/2253. @@ -394,3 +417,10 @@ export default { display: block; } + +