From be9fb6681d7e0de2e50ed8128f660a137e9fc34b Mon Sep 17 00:00:00 2001 From: saiprakash-egov Date: Tue, 9 May 2023 17:03:11 +0530 Subject: [PATCH 1/2] employee department addition --- data/default/egov-hrms/CommonFieldsConfig.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/data/default/egov-hrms/CommonFieldsConfig.json b/data/default/egov-hrms/CommonFieldsConfig.json index 74c8b0637..42ee56bcd 100644 --- a/data/default/egov-hrms/CommonFieldsConfig.json +++ b/data/default/egov-hrms/CommonFieldsConfig.json @@ -74,6 +74,12 @@ "component": "SelectDateofEmployment", "key": "SelectDateofEmployment", "withoutLabel": true + }, + { + "type": "component", + "component": "SelectEmployeeDepartment", + "key": "SelectEmployeeDepartment", + "withoutLabel": true } ] }, From c27dae3c163a2ef941a146cc9bef7d7536f208a7 Mon Sep 17 00:00:00 2001 From: saiprakash-egov Date: Tue, 9 May 2023 17:11:27 +0530 Subject: [PATCH 2/2] employee department addition --- data/default/egov-hrms/CommonFieldsConfig.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/data/default/egov-hrms/CommonFieldsConfig.json b/data/default/egov-hrms/CommonFieldsConfig.json index 74c8b0637..42ee56bcd 100644 --- a/data/default/egov-hrms/CommonFieldsConfig.json +++ b/data/default/egov-hrms/CommonFieldsConfig.json @@ -74,6 +74,12 @@ "component": "SelectDateofEmployment", "key": "SelectDateofEmployment", "withoutLabel": true + }, + { + "type": "component", + "component": "SelectEmployeeDepartment", + "key": "SelectEmployeeDepartment", + "withoutLabel": true } ] },