-
Notifications
You must be signed in to change notification settings - Fork 98
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(procedures): implement gdpr document upload and confirmation #13654
Conversation
00688ec
to
7727faf
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add test on the display of modals please
FormValue, | ||
} from '@/data/api/rgdp/rgdpApi'; | ||
|
||
export const useRGDPUploadLinks = ({ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reading the doc from SIA, the form data will be sent in this call, so you need to update these two functions
headers: any; | ||
}; | ||
|
||
export type FormValue = { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as #13654 (comment)
7727faf
to
f07ed08
Compare
ref: MANAGER-15368 Signed-off-by: Omar ALKABOUSS MOUSSANA <[email protected]>
f07ed08
to
db9e8de
Compare
Quality Gate passedIssues Measures |
…3654) ref: MANAGER-15368 Signed-off-by: Omar ALKABOUSS MOUSSANA <[email protected]>
ref: MANAGER-15368
feat/MANAGER-15339
Description
Related