Wednesday, September 23, 2020
3 changes · master
Resolved issues and error corrections
Deleting a currency now also removes its related exchange rate records. This prevents leftover rate data that no longer has a valid currency, keeping business data cleaner and reducing confusion.
Original PR description
Also, what the point of a rate without currency?
The recruitment refusal flow now waits until the user confirms a refusal reason before archiving an applicant. If the user cancels the refusal wizard, the applicant remains active, preventing accidental loss of candidate records.
Original PR description
wizard works properly, use toggle_active direct into wizard function and remove in model.
The employee form now hides the chat icon when a record is being edited. This prevents visual clutter under the employee name and keeps the editing experience cleaner for HR users.
Original PR description
Currently, the chat icon is displayed underneath the name when employees record is in edit mode. So in this commit, when employee record is in edit mode the chat icon should be hidden. Links PR #58320 TaskID: 2344588