Skip to content

Commit

Permalink
RAIN-4911 Enabled module filter search (#2380)
Browse files Browse the repository at this point in the history
Co-authored-by: TruptiDadhich-eGov <trupti.dadhch@egovernments.com>
  • Loading branch information
TruptiDadhich-eGov and TruptiDadhich-eGov authored Mar 29, 2022
1 parent a2e41ee commit 371701a
Showing 1 changed file with 10 additions and 32 deletions.
42 changes: 10 additions & 32 deletions data/pg/dss-dashboard/dashboard-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,39 +4,17 @@
"dashboard-config": [
{
"MODULE_LEVEL": [
{
"dashboard": null
},
{
"propertytax": {
"services_name": "Property Tax",
"filterKey": "PT"
}
},
{
"tradelicense": {
"services_name": "Trade licence",
"filterKey": "TL"
}
},
{
"pgr": {
"services_name": "PGR",
"filterKey": "PGR"
}
},
{
"ws": {
"services_name": "W&S",
"filterKey": "W&S"
}
}
],
"SERVICES": [
"Property Tax",
"Trade licence",
"PGR"
{"dashboard":null},
{"propertytax": {"services_name": "Property Tax","filterKey": "PT"}},
{"tradelicense": {"services_name": "Trade licence","filterKey": "TL"}},
{"pgr": {"services_name": "PGR","filterKey": "PGR"}},
{"OBPS": {"services_name": "OBPS","filterKey": "OBPS"}},
{"FIRENOC": {"services_name": "FIRENOC","filterKey": "FIRENOC"}},
{"MCOLLECT": {"services_name": "MCOLLECT","filterKey": "MCOLLECT"}},
{"W&S": {"services_name": "W&S","filterKey": "W&S"}},
{"FSM": {"services_name": "FSM","filterKey": "FSM"}}
],
"SERVICES": ["Property Tax","W&S","MCOLLECT","FSM","OBPS","FIRENOC","Trade licence","PGR"],
"MAP_CONFIG":[{
"type": "Topology",
"objects": {
Expand Down

0 comments on commit 371701a

Please sign in to comment.