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: validation with correct schema for analyst application edit #3553

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# [1.191.0](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.190.12...v1.191.0) (2024-09-13)

### Bug Fixes

- validation with correct schema for analyst application edit ([a47c27e](https://github.com/bcgov/CONN-CCBC-portal/commit/a47c27e3f82dc2a0e7f00bf58a593f15872b65b6))

### Features

- **ci:** move to merge conflict column if in PO review ([cc2f456](https://github.com/bcgov/CONN-CCBC-portal/commit/cc2f4567802a6c21e17bb60e0207e0c5eeb1d27e))
- **ci:** sneaky change to change rebase condition ([13a32b2](https://github.com/bcgov/CONN-CCBC-portal/commit/13a32b24532a66881246482888505c40e28b53ac))

## [1.190.12](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.190.11...v1.190.12) (2024-09-12)

### Bug Fixes
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ const EditApplication = ({
jsonData,
sectionName,
calculatedSectionData,
jsonSchema
formSchema
);

const isOtherFundingSourcesPage = sectionName === 'otherFundingSources';
Expand Down
1 change: 1 addition & 0 deletions db/sqitch.plan
Original file line number Diff line number Diff line change
Expand Up @@ -671,3 +671,4 @@ tables/communities_source_data_001_service_account 2024-08-28T16:32:48Z Rafael S
computed_columns/application_assessment_notifications 2024-09-06T21:58:13Z ,,, <ryohani89@NH504670> # Add notifications by assessment type field
@1.190.11 2024-09-12T18:13:42Z CCBC Service Account <[email protected]> # release v1.190.11
@1.190.12 2024-09-12T20:48:11Z CCBC Service Account <[email protected]> # release v1.190.12
@1.191.0 2024-09-13T18:55:40Z CCBC Service Account <[email protected]> # release v1.191.0
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "CONN-CCBC-portal",
"version": "1.190.12",
"version": "1.191.0",
"main": "index.js",
"repository": "https://github.com/bcgov/CONN-CCBC-portal.git",
"author": "Romer, Meherzad CITZ:EX <[email protected]>",
Expand Down
Loading