Skip to content

Commit

Permalink
test ui customisation issues in microplan module
Browse files Browse the repository at this point in the history
  • Loading branch information
jagankumar-egov authored Oct 19, 2024
1 parent 3f60f46 commit 59fcbf8
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1098,4 +1098,22 @@ export const UICustomizations = {
}
},
},
MyMicroplanSearchConfigExample:{
test:"yes"
},
FacilityMappingConfigExample:{
test:"yes"
},
UserManagementConfigExample:{
test:"yes"
},
MyMicroplanSearchConfigPlan:{
test:"no"
},
FacilityMappingConfigPlan:{
test:"no"
},
UserManagementConfigPlan:{
test:"no"
},
};
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,24 @@ function cleanObject(obj) {
}

export const UICustomizations = {
MyMicroplanSearchConfigPlan:{
test:"yes"
},
FacilityMappingConfigPlan:{
test:"yes"
},
UserManagementConfigPlan:{
test:"yes"
},
MyMicroplanSearchConfigOverridePlan:{
test:"yes"
},
MyMicroplanSearchConfigOverridePlan:{
test:"yes"
},
MyMicroplanSearchConfigOverridePlan:{
test:"yes"
},
MicroplanSearchConfig: {
preProcess: (data, additionalDetails) => {
const { name, status } = data?.state?.searchForm || {};
Expand Down

0 comments on commit 59fcbf8

Please sign in to comment.