Skip to content
This repository has been archived by the owner on Nov 26, 2024. It is now read-only.

Commit

Permalink
Login details added in create employee
Browse files Browse the repository at this point in the history
  • Loading branch information
saiprakash-eGov authored and roopeshegov committed May 9, 2023
1 parent cfa1726 commit 518e5d2
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions data/default/egov-hrms/CommonFieldsConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@
"tenantId": "default",
"moduleName": "egov-hrms",
"CommonFieldsConfig": [
{
"head": "HR_LOGIN_DETAILS_HEADER",
"body": [
{
"type": "component",
"component": "SelectEmployeeId",
"key": "SelectEmployeeId",
"withoutLabel": true
},
{
"type": "component",
"component": "SelectEmployeePassword",
"key": "SelectEmployeePassword",
"withoutLabel": true
}
]
},
{
"head": "HR_PERSONAL_DETAILS_HEADER",
"body": [
Expand Down Expand Up @@ -57,22 +74,6 @@
"component": "SelectDateofEmployment",
"key": "SelectDateofEmployment",
"withoutLabel": true
},
{
"type": "component",
"component": "SelectEmployeeId",
"key": "SelectEmployeeId",
"withoutLabel": true
},
{
"type": "component",
"component": "Banner",
"key": "Banner1",
"withoutLabel": true,
"texts": {
"headerCaption": "Info",
"header": "HR_EMP_ID_MESSAGE"
}
}
]
},
Expand Down

0 comments on commit 518e5d2

Please sign in to comment.