Skip to content

Commit

Permalink
Removed intendedAgmDate (bcgov#2621)
Browse files Browse the repository at this point in the history
* Removed intendedAgmDate

* Updated schema version

* Updated typho
  • Loading branch information
jamespaologarcia authored Apr 29, 2024
1 parent df874e8 commit ce180c3
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion legal-api/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ minio==7.0.2
PyPDF2==1.26.0
reportlab==3.6.12
html-sanitizer==2.4.1
git+https://github.com/bcgov/[email protected].24#egg=registry_schemas
git+https://github.com/bcgov/[email protected].25#egg=registry_schemas
2 changes: 1 addition & 1 deletion legal-api/requirements/bcregistry-libraries.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
git+https://github.com/bcgov/[email protected].24#egg=registry_schemas
git+https://github.com/bcgov/[email protected].25#egg=registry_schemas
2 changes: 1 addition & 1 deletion queue_services/entity-filer/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ urllib3==1.26.11
minio==7.0.2
PyPDF2==1.26.0
reportlab==3.6.12
git+https://github.com/bcgov/[email protected].23#egg=registry_schemas
git+https://github.com/bcgov/[email protected].25#egg=registry_schemas
git+https://github.com/bcgov/lear.git#egg=legal_api&subdirectory=legal-api
git+https://github.com/bcgov/lear.git#egg=entity_queue_common&subdirectory=queue_services/common
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
git+https://github.com/bcgov/[email protected].23#egg=registry_schemas
git+https://github.com/bcgov/[email protected].25#egg=registry_schemas
git+https://github.com/bcgov/lear.git#egg=legal_api&subdirectory=legal-api
git+https://github.com/bcgov/lear.git#egg=entity_queue_common&subdirectory=queue_services/common
Original file line number Diff line number Diff line change
Expand Up @@ -43,12 +43,6 @@ def process(filing: Dict, filing_meta: FilingMeta):
'expireDateCurrExt': curr_ext_expiry_date
}

if intended_agm_date := dpath.util.get(filing, '/agmExtension/intendedAgmDate', default=None):
filing_meta.agm_extension = {
**filing_meta.agm_extension,
'intendedAgmDate': intended_agm_date
}

if expiry_date_approved_ext := dpath.util.get(filing, '/agmExtension/expireDateApprovedExt', default=None):
filing_meta.agm_extension = {
**filing_meta.agm_extension,
Expand Down

0 comments on commit ce180c3

Please sign in to comment.