-
Notifications
You must be signed in to change notification settings - Fork 21
Sync Hotfix 27497 27387 to Main #714
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
Conversation
Signed-off-by: Shaanjot Gill <gill.shaanjots@gmail.com>
27134 - Allow Image Upload for Hosts
Signed-off-by: Shaanjot Gill <gill.shaanjots@gmail.com>
* Update versions for Host & Strata due to related base layer change * Fix supporting doc type
|
|
Temporary Url for review: https://strr-strata-hotel-dev--pr-714-z7qims6s.web.app |
|
Temporary Url for review: https://strr-examiner-dev--pr-714-kx17iqx3.web.app |
|
Temporary Url for review: https://strr-hosts-dev--pr-714-lf37o0jv.web.app |
|
@shaangill025 as you said, this sync PR has conflicts also. |
|
Closing in favour of PR #718 |
| const openDocInNewTab = async (applicationNumber: string, supportingDocument: ApiDocument) => { | ||
| const file = await getDocument(applicationNumber, supportingDocument.fileKey) | ||
| const blob = new Blob([file], { type: 'application/pdf' }) | ||
| const blob = new Blob([file], { type: supportingDocument.fileType }) |
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.
@shaangill025 this change did not show up in the sync hotfix branch



Description of changes:
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the BC Registry and Digital Services BSD 3-Clause License