-
Type:
Bug
-
Status: Done
-
Priority:
Medium
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: Between Fall and Winter 2019
-
Labels:None
-
Company:All Clients/Multiple Clients
1.Send the PDF document to new candidate
2.Candidate will receive email
3.Click on review and sign
4.Registration pop-up will appear
5.Skip registration process and sign and submit the document
6.Above all 5 same steps are done for HTML document as well
7.As the candidate have already signed the document, but signature library is not appearing
As discussed with Ramya Tantry and Rohan J Khandave , Library should be present.
Priya Dhamande Hrishikesh Deshpande Sachin Hingole Satya Yogesh Potdar
Field | Original Value | New Value |
---|---|---|
Summary | DMS | Production | Signature library | DMS | Production | Signature library not appearing |
Summary | DMS | Production | Signature library not appearing | DMS | Production | Signature library not appearing for new candidate after sending multiple documents |
Summary | DMS | Production | Signature library not appearing for new candidate after sending multiple documents | DMS | Production | Signature library not appearing for new candidate after sending documents |
Assignee | Samir [ samir ] | Raj Hawaldar [ raj.hawaldar ] |
Fix Version/s | Between Fall and Winter 2019 [ 10919 ] |
Sprint | DMS - Gap Fall & Win Sprint 3 [ 177 ] |
Status | To Do [ 10000 ] | In Progress [ 3 ] |
Assignee | Raj Hawaldar [ raj.hawaldar ] | Ramya Tantry [ ramya.tantry ] |
Remaining Estimate | 0h [ 0 ] | |
Time Spent | 1h [ 3600 ] | |
Worklog Id | 198886 [ 198886 ] |
Status | In Progress [ 3 ] | Code Review [ 11801 ] |
Assignee | Ramya Tantry [ ramya.tantry ] | Narendra Kumar [ narendra.kumar ] |
Time Spent | 1h [ 3600 ] | 2h [ 7200 ] |
Worklog Id | 199045 [ 199045 ] |
Assignee | Narendra Kumar [ narendra.kumar ] | Ramya Tantry [ ramya.tantry ] |
Status | Code Review [ 11801 ] | In QA Testing [ 11901 ] |
Assignee | Ramya Tantry [ ramya.tantry ] | Jayshree Nagpure [ jayshree.nagpure ] |
Assignee | Jayshree Nagpure [ jayshree.nagpure ] | Priya Dhamande [ priya.dhamande ] |
Time Spent | 2h [ 7200 ] | 2.5h [ 9000 ] |
Worklog Id | 200263 [ 200263 ] |
Sprint | DMS - Gap Fall & Win Sprint 3 [ 177 ] | DMS - Gap Fall & Win Sprint 3, DMS - Gap Fall & Win Sprint 4 [ 177, 179 ] |
QA Estimates | 1 | |
Original Estimate | 0h [ 0 ] |
Remaining Estimate | 0h [ 0 ] | 2h [ 7200 ] |
Assignee | Priya Dhamande [ priya.dhamande ] | Sonali Farakate [ sonali.farakate ] |
Attachment | DMS-1855_preProd.png [ 120032 ] |
-
- Time Spent:
- 1.5h
-
Verification on production and pre-production
Discussion with Priya and Ramya
Remaining Estimate | 2h [ 7200 ] | 0.5h [ 1800 ] |
Time Spent | 2.5h [ 9000 ] | 4h [ 14400 ] |
Worklog Id | 200937 [ 200937 ] |
Resolution | Done [ 10000 ] | |
Status | In QA Testing [ 11901 ] | Done [ 10001 ] |
Assignee | Sonali Farakate [ sonali.farakate ] | Jayshree Nagpure [ jayshree.nagpure ] |
Assignee | Jayshree Nagpure [ jayshree.nagpure ] | Rohan J Khandave [ rohan.khandave ] |
Transition | Time In Source Status | Execution Times |
---|
|
5h 42m | 1 |
|
2d 16h 34m | 1 |
|
3h 35m | 1 |
|
9d 3h 55m | 1 |
3C's
Concern: Signature library not appearing for new candidate after sending documents
Cause: In the routine where sign details from the database was getting assigned, a shallow copy was happening which resulted in changing the actual value when the other assigned variable was getting updated. Due to this signature library was not getting shown.
Correction: In the routine where sign details from the database was getting assigned, a deep copy is done so that other variable changes do not affected the original one.
Files Affected:
DMS\DMS.Web\src\DMS_WebApp\ClientApp\src\app\candidate\document-review\document-review.component.ts