Skip to content

Commit

Permalink
Merge pull request #131 from upyog/2.8_upgrade
Browse files Browse the repository at this point in the history
Merge mdms changes for Fire NOC tax and UI redirection issue
  • Loading branch information
upyog-central-git authored Jun 16, 2023
2 parents 2714409 + 39e63ba commit 350f94a
Show file tree
Hide file tree
Showing 4 changed files with 79 additions and 55 deletions.
6 changes: 3 additions & 3 deletions data/pg/ACCESSCONTROL-ACTIONS-TEST/actions-test.json
Original file line number Diff line number Diff line change
Expand Up @@ -13451,7 +13451,7 @@
},
{
"id": 2425,
"name": "FirenocCitizen",
"name": "Firenoc Citizen Home",
"url": "digit-ui-card",
"displayName": "FireNoc Search",
"orderNumber": 1,
Expand All @@ -13469,7 +13469,7 @@
},
{
"id": 2426,
"name": "BirthCitizen",
"name": "Birth Certificate Home",
"url": "digit-ui-card",
"displayName": "Birth Search",
"orderNumber": 1,
Expand All @@ -13487,7 +13487,7 @@
},
{
"id": 2427,
"name": "DeathCitizen",
"name": "Death Certificate Home",
"url": "digit-ui-card",
"displayName": "Death Search",
"orderNumber": 1,
Expand Down
64 changes: 32 additions & 32 deletions data/pg/DataSecurity/DecryptionABAC.json
Original file line number Diff line number Diff line change
Expand Up @@ -325,22 +325,6 @@
}
]
},
{
"key": "MiscReceiptCB",
"roleAttributeAccessList": [
{
"roleCode": "EMPLOYEE",
"attributeAccessList": [
{
"attribute": {
"jsonPath": "*/name"
},
"accessType": "PLAIN"
}
]
}
]
},
{
"key": "LMEPerformanceReport",
"roleAttributeAccessList": [
Expand Down Expand Up @@ -440,6 +424,38 @@
}
]
},
{
"key": "MiscReceiptCB",
"roleAttributeAccessList": [
{
"roleCode": "EMPLOYEE",
"attributeAccessList": [
{
"attribute": {
"jsonPath": "*/name"
},
"accessType": "PLAIN"
}
]
}
]
},
{
"key": "MCollectReceiptRegister",
"roleAttributeAccessList": [
{
"roleCode": "EMPLOYEE",
"attributeAccessList": [
{
"attribute": {
"jsonPath": "*/name"
},
"accessType": "PLAIN"
}
]
}
]
},
{
"key": "StateLevelTradeLicenseRegistryReport",
"roleAttributeAccessList": [
Expand Down Expand Up @@ -1434,22 +1450,6 @@
}
]
},
{
"key": "MCollectReceiptRegister",
"roleAttributeAccessList": [
{
"roleCode": "EMPLOYEE",
"attributeAccessList": [
{
"attribute": {
"jsonPath": "*/name"
},
"accessType": "PLAIN"
}
]
}
]
},
{
"key": "TradeLicenseDailyCollectionReport",
"roleAttributeAccessList": [
Expand Down
60 changes: 42 additions & 18 deletions data/pg/DataSecurity/SecurityPolicy.json
Original file line number Diff line number Diff line change
Expand Up @@ -285,24 +285,6 @@

]
},
{
"model": "MiscReceiptCB",
"uniqueIdentifier": {
"name": "uuid",
"jsonPath": "/uuid"
},
"attributes": [
{
"name": "name",
"jsonPath": "name",
"patternId": "002",
"defaultVisibility": "PLAIN"
}
],
"roleBasedDecryptionPolicy": [

]
},
{
"model": "waterOpenSearch",
"uniqueIdentifier": {
Expand Down Expand Up @@ -762,6 +744,48 @@

]
},
{
"model": "MiscReceiptCB",
"uniqueIdentifier": {
"name": "uuid",
"jsonPath": "/uuid"
},
"attributes": [
{
"name": "name",
"jsonPath": "name",
"patternId": "002",
"defaultVisibility": "PLAIN"
}
],
"roleBasedDecryptionPolicy": [

]
},
{
"model": "MCollectReceiptRegister",
"uniqueIdentifier": {
"name": "uuid",
"jsonPath": "/uuid"
},
"attributes": [
{
"name": "name",
"jsonPath": "name",
"patternId": "002",
"defaultVisibility": "PLAIN"
},
{
"name": "consumername",
"jsonPath": "consumername",
"patternId": "002",
"defaultVisibility": "PLAIN"
}
],
"roleBasedDecryptionPolicy": [

]
},
{
"model": "StateTradeLicenseCancelledRegistryReport",
"uniqueIdentifier": {
Expand Down
4 changes: 2 additions & 2 deletions data/pg/egf-master/FinancialYear.json
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@
"finYearRange": "2023-24",
"name": "2023-24",
"code": "2023-24",
"startingDate": 1680307199000,
"endingDate": 1711929599000,
"startingDate": 1680287400000,
"endingDate": 1711909799000,
"active": true,
"isActiveForPosting": false,
"isClosed": false,
Expand Down

0 comments on commit 350f94a

Please sign in to comment.