-
Notifications
You must be signed in to change notification settings - Fork 73
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
11550 - AmalgamaTING and TED Business Summary PDF #2398
Conversation
@@ -1,4 +1,4 @@ | |||
{% if stateFilings|length > 0 %} | |||
{% if stateFilings|length > 0 and not business.isAmalgamating %} |
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.
confirm with Yui, the amalgamaTING shouldn't have this section
@@ -412,6 +422,8 @@ def _format_state_filing(self, filing: Filing) -> dict: | |||
continuation_out_date = LegislationDatetime.as_legislation_timezone_from_date_str( | |||
filing_meta['continuationOut']['continuationOutDate']) | |||
filing_info['continuationOutDate'] = continuation_out_date.strftime(OUTPUT_DATE_FORMAT) | |||
elif filing.filing_type == 'amalgamationApplication': | |||
filing_info['filingName'] = 'Amalgamation' |
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.
Confirm with Yui, this one should be amalgamation
, instead of amalgamated
in the previous Mockups
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #2398 +/- ##
==========================================
- Coverage 77.37% 76.56% -0.81%
==========================================
Files 202 168 -34
Lines 11602 10559 -1043
Branches 1961 1794 -167
==========================================
- Hits 8977 8085 -892
+ Misses 2043 1987 -56
+ Partials 582 487 -95
Flags with carried forward coverage won't be shown. Click here to find out more.
|
Quality Gate failedFailed conditions 8.4% Duplication on New Code (required ≤ 3%) |
So just wanted to verify the old COOP amalgamations still load and display as per before? I think @Paul-Garewal verified that awhile back in a ticket he was working on so he might have a business identifier you can use to verify if you haven't done that already. |
Looks good! Thanks for checking the business summaries for COOPs with amalgs. |
* AmalTED pdf * Amalgamating pdf * remove Dissolution/Restoration Information section * fix lint error * lint with flake8 * lint
* AmalTED pdf * Amalgamating pdf * remove Dissolution/Restoration Information section * fix lint error * lint with flake8 * lint
* AmalTED pdf * Amalgamating pdf * remove Dissolution/Restoration Information section * fix lint error * lint with flake8 * lint
* AmalTED pdf * Amalgamating pdf * remove Dissolution/Restoration Information section * fix lint error * lint with flake8 * lint
Issue #: /bcgov/entity#11550
Description of changes:
modify TED Business Summary PDF
modify TING Business Summary PDF
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of the lear license (Apache 2.0).