Document Type | Config Change |
---|---|
Owner | |
Release name | |
Date | |
Status | INPROGESS |
MDMS changes
Feature | |||
---|---|---|---|
BPA | New | To add order for the documents | |
BPA | Deprecate | removed the sanction for OC low application | |
BPA | Update | To update disclaimer | |
BPA | Update | Changed url - bpa to land | |
BPA | New | Added idFormat for OC | |
BPA | New | Added checklist for OC | |
BPA | Update | Updated usages | |
BPA | Update | Updated Sub occupancy type | |
BPA | Update | Updated Occupancy type | |
BPA | New | Added tax period for OC | |
BPA | New | Added taxheadmaster for OC | |
BPA | New | Added billing service for OC | |
BPA | Update | Changed id format for bpa permit | |
W&S | Update | To update the ID format | |
W&S | Update | to update application types | |
TL | Update | Updated URL for Required doc screen | |
TL |
TradeLicense
Updation of rebate and penalty
TL Renewal Changes
Universal Collections
Added disclaimer in the footer
Localisation Search role action mapping
Added new action for v2 localisation search
Mapped the localisation V2 search with Employee Role
Disabling the Reports and UI localization Links from the UAT since these are not part of any release.
Backend Config Changes
Module | Action | PR | Description |
---|---|---|---|
W&S | Update | To update bill PDF advance adjusted changes | |
W&S | Update | To Update PDF format | |
W&S | Update | To add Advance and pending amount conditional logic | |
W&S | Update | To add tenant Id in the | |
W&S | Update | To update the WS bill PDF format | |
BillGenie | Update | To Update lower cases search | |
BPA | Update | Added audit details for owner | |
BPA | Deprecate | Removed land info from bpa-persister | |
BPA | New | Added indexer for bpa | |
BPA | New | Added indexer for stakeholder Registration | |
BPA | Update | Changed owners to landinfo and added revocation letter conten | |
BPA | New | Added report run date | |
BPA | New | Added report run date | |
BPA | New | Added oc certificate | |
BPA | Update | Updated texts | |
BPA | Update | Changed alignment and added QA code | |
BPA | New | Added for OC | |
BPA | Update | Changed alignment and added QA code | |
BPA | New | Added for OC | |
BPA | Update | Changed filestore to filestoreId | |
BPA | Update | Updated noc persister |
Infra Change:
W&S
helm/charts/municipal-services/sw-services/values.yaml
Removed the following details from values.yml
scid-format: "SW/[CITY.CODE]/[fy:yyyy-yy]/[SEQ_EGOV_COMMON]"
name: EGOV_IDGEN_SCID_FORMAT
value: {{ index .Values "scid-format" | quote }}
Removed the following data from helm/charts/municipal-services/ws-services/values.yaml
wcid-format: "WS/[CITY.CODE]/[fy:yyyy-yy]/[SEQ_EGOV_COMMON]"
name: EGOV_IDGEN_WCID_FORMAT
value: {{ index .Values "wcid-format" | quote }}
Autocreate-new-seq flag must be enabled in IdGen Service of environment file. Refer the following
helm/environments/<env>.yaml
autocreate-new-seq: "true"
File Name : helm/environments/qa.yaml
change the key from
allowed-file-formats:to allowed-file-formats-map:
File Name :helm/charts/municipal-services/firenoc-services/values.yaml
Added EGOV_DEFAULT_STATE_ID in fire noc environment file to pick up proper tenant during search call.
- name: EGOV_DEFAULT_STATE_ID valueFrom: configMapKeyRef: name: egov-config key: egov-state-level-tenant-id
SMS-Notification Service
Added sms.config.map property for SMS changes
File Name : helm/charts/core-services/egov-notification-sms/values.yaml
Remove the sms.config.map
from the values.yml file
It should move to helm/environments/qa.yaml like below
sms-config-map: "{'User':'$username', 'passwd': '$password', 'sid':'$senderid', 'mobilenumber':'$mobileno', 'message':'$message', 'mtype':'N', 'DR':'N', 'smsservicetype':'singlemsg'}"