Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
INSERT INTO "core_ModuleConfiguration" (id, module, version, config, is_disabled_until, is_exposed, layer) 
VALUES 
  ('f2af6904131b420b98374a82ec037b74', 'fe-claim', '1.0.0', '{"claimForm.autoGenerateClaimCode": 1, "ClaimMasterPanelExt.isAdditionalPanelEnabled": 1, "claimForm.numberOfAdditionalDiagnosis": 2, "claimForm.isCareTypeMandatory": 1, "claimForm.isExplanationMandatoryForIPD": 1, "claimForm.showOrdinalNumber": 1, "claimValidationMultipleServicesExplanationRequired": 1, "claimForm.isClaimedDateFixed": 1, "reviews.defaultFilters": {"claimStatus": {"value": 4, "filter": "status: 4"}, "claimedUnder": {"value": 1000000, "filter": "claimed_Lte: \"1000000\""}}}', NULL, true, 'fe'),
  ('f2af6904131b420b98374a82fd147b74', 'fe-core', '1.0.0', '{"allowSecondCalendar": 1, "currency": "NPR", "secondCalendarFormattingLang": "en", "secondCalendarFormatting": "DD-MM-YYYY"}', NULL, true, 'fe'),
  ('f2af9604242b420b98374a82ef037b74', 'fe-insuree', '1.0.0', '{"insureeForm.isInsureeFirstServicePointRequired": 1, "showInsureeSummaryAddress": 1, "renderLastNameFirst": false}', NULL, true, 'fe'),
  ('f2af9604242b420b98374a82ef037c86', 'fe-location', '1.0.0', '{"healthFacilityForm.isHealthFacilityStatusEnabled": 1, "healthFacilityForm.isHealthFacilityContractMandatory": 1}', NULL, true, 'fe'),
  ('f2af9604242b431b98374a82ef038d86', 'fe-home', '1.0.0', '{"HomePageContainer.showHomeMessage": true, "HomePageContainer.homeMessageURL": "https://claimdoc.hib.gov.np/notice/get.php", "HomePageContainer.showHealthFacilityMessage": 1}', NULL, true, 'fe'),
  ('f2af9604398b431b98374a82ef038d86', 'fe-policy', '1.0.0', '{"familyOrInsureePoliciesSummary.defaultPageSize": 2, "familyOrInsureePoliciesSummary.rowsPerPageOptions": [2,5,10], "familyOrInsureePoliciesSummary.onlyActiveOrLastExpired": false, "familyOrInsureePoliciesSummary.orderByExpiryDate": "-expiryDate"}', NULL, true, 'fe');

...