Skip to content
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

fix missing files for boostrap incorporation filing #89

Merged
merged 2 commits into from
Nov 29, 2024

Conversation

BrandonSharratt
Copy link
Collaborator

*Issue:*bcgov/entity#24541

Description of changes:
The bootstrap filing loader was not getting certain things from the correct spot for instance, the documentsLink so I fixed them as an || incase there was some case I was missing where they are in that field.

Additionally there was no space for future effective filings between the filing name and PAID so I added one.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the namex license (Apache 2.0).

@BrandonSharratt BrandonSharratt self-assigned this Nov 29, 2024
@BrandonSharratt BrandonSharratt removed the request for review from hfekete November 29, 2024 22:48
@BrandonSharratt
Copy link
Collaborator Author

/gcbrun

@bcregistry-sre
Copy link
Collaborator

bcregistry-sre commented Nov 29, 2024

Temporary Url for review: https://business-dashboard-dev--pr-89-x16xbutk.web.app

Example broken in dev: https://business-dashboard-dev.web.app/Ty3skQHARX
Example fixed in pr: https://business-dashboard-dev--pr-89-x16xbutk.web.app/Ty3skQHARX

@@ -6,7 +6,7 @@
<span v-else-if="isTypeDissolutionVoluntary">{{ $t('text.filing.futureEffectiveDissolution') }}</span>
<span v-else>{{ $t('text.filing.futureEffectiveFiling') }}</span>
<span>
{{ $t('text.filing.paid') }}
{{ ' ' + $t('text.filing.paid') }}
Copy link
Collaborator

@severinbeauvais severinbeauvais Nov 29, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

FYI, you can also use &nbsp; to add a space. (No need to change your code.)

Copy link
Collaborator

@severinbeauvais severinbeauvais left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the sample business. Looks good!

@BrandonSharratt BrandonSharratt merged commit cf5718f into bcgov:main Nov 29, 2024
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants