3C's
Concern: Signed HTML preview and Downloaded HTML are different
Cause: Specific conditions were added in code which was overwriting the actual value of radio button that resulted in discrepancy in the HTML view of download.
Correction : Added radio button and checkbox conditions to come up properly on HTML view.
Files Affected :
- DMS\DMS.Web\src\DMS_WebApp\ClientApp\src\app\admin\document\document-completed\document-completed.component.ts
- DMS\DMS.Web\src\DMS_WebApp\ClientApp\src\app\admin\send-forms\forms-preview\forms-preview.component.ts
- DMS\DMS.Web\src\DMS_WebApp\ClientApp\src\app\candidate\document-review\document-review.component.ts
- DMS/DMS.App/src/DMS_AppLogic/BuisnessLogic/DocumentData.cs
When changes are made for this in UI, 'api/document/download' also needs to be modified to reflect the same. Or alternatively, instead of filling HTML document in UI, directly call this API to download filled HTML document, and this bug will need to be fixed only on backend.
Mohd Belal, Narendra Kumar