Bug #12230
iOS - Registration Check - Calling RetrrieveInputterSignerData for Signer
Status: | Resolved | Start date: | 02 October 2021 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | Jimmy Phang | % Done: | 100% | |
Category: | - | Spent time: | 2.00 hours | |
Target version: | - |
Description
For signer, we use to take all the data (including ktp npwp) that return feom BE and to populate in the EDIT screen.
We had a discussion last week that for signer- we(BE) took out the ktp and npwp during the inquiry response from FE. That means we right now, When user click on Need revision (clicking on OWN Signer), we are only getting data without ktp npwp from BE inquiry response layer.
Therefore, we have to call RetrieveInputterSignerData when clicking Need Revision button for that particular signer (own signer) in order to not only getting data but also the ktp npwp.
Expected: when use get to EDIT screen, we will able to see the uploaded ktp and npwp that response along from BE if any.
Remark: This is going to apply for:
1. Signer - Pending Acknowledgement - COMPLETE DATA screen
2. Signer - Pending Revision - EDIT screen
History
#1 Updated by Yeow Yui Chuang over 3 years ago
- Status changed from New to Resolved
- Assignee changed from Yeow Yui Chuang to Jimmy Phang
- % Done changed from 0 to 100
#2 Updated by Jimmy Phang about 3 years ago
Tested good