Changed the first letter of all form field variables to lowercase to follow proper variable naming conventions. #98
Collaborator
- Changed the first letter of all form field variables to lowercase to follow proper variable naming conventions.
- Updated form submission logic to send null instead of empty strings (e.g., email = "" becomes email = null).
- Fixed the issue where previously updated or created employee data was pre-filled when clicking "Add Employee" again.
1. Changed the first letter of all form field variables to lowercase to follow proper variable naming conventions.
2. Updated form submission logic to send null instead of empty strings (e.g., email = "" becomes email = null).
3. Fixed the issue where previously updated or created employee data was pre-filled when clicking "Add Employee" again.
ashutosh.nehete
added 1 commit 2025-05-12 06:58:10 +00:00
Merge pull request 'Changed the first letter of all form field variables to lowercase to follow proper variable naming conventions.' (#98) from Ashutosh_Bug#216_Create_Employee_Popup_Typo into Issue_May_2W
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "Ashutosh_Bug#216_Create_Employee_Popup_Typo"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?