3C's
Concern: Forms received after candidate sign is not write protected
Cause: In the routine of sending end user mail, a flag that is used to set fields read only is not sent. Thus the pdf received had editable fields.
Correction: In the routine of sending end user mail, a flag that is used to set fields read only is set so that files downloaded are non editable.
Files Affected:
DMS\DMS.App\src\DMS_AppLogic\BuisnessLogic\DocumentData.cs
DMS\DMS.App\src\DMS_AppLogic\BuisnessLogic\PersonData.cs
Scenarios verified:
- Mail received by candidate after sign.
- Completed forms library download.
- download api - api/document/download
CC: Rohan J Khandave,Priya Dhamande
3C's
Concern: Forms received after candidate sign is not write protected
Cause: In the routine of sending end user mail, a flag that is used to set fields read only is not sent. Thus the pdf received had editable fields.
Correction: In the routine of sending end user mail, a flag that is used to set fields read only is set so that files downloaded are non editable.
Files Affected:
DMS\DMS.App\src\DMS_AppLogic\BuisnessLogic\DocumentData.cs
DMS\DMS.App\src\DMS_AppLogic\BuisnessLogic\PersonData.cs
Scenarios verified:
CC: Rohan J Khandave,Priya Dhamande