Skip to content

Commit 5f0c2f4

Browse files
authored
Merge pull request #3911 from bcgov/NDT-785-CC-data-missing-from-XLS-download-for-CBC-rows
fix: cc on cbc download on dashboard
2 parents 7fbee3f + 2e8a07e commit 5f0c2f4

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.246.6](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.246.5...v1.246.6) (2025-03-12)
2+
3+
### Bug Fixes
4+
5+
- cc on cbc download on dashboard ([968c743](https://github.com/bcgov/CONN-CCBC-portal/commit/968c743044fc7068c479949db787582555ba2075))
6+
17
## [1.246.5](https://github.com/bcgov/CONN-CCBC-portal/compare/v1.246.4...v1.246.5) (2025-03-12)
28

39
### Bug Fixes

app/backend/lib/dashboard/dashboard.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ export const generateDashboardExport = async (applicationData, cbcData) => {
523523
},
524524
// connected coast network dependent
525525
{
526-
value: convertBoolean(cbcDataByCbcId?.connectedCoastNetworkDependent),
526+
value: convertBoolean(cbcDataByCbcId?.connectedCoastNetworkDependant),
527527
},
528528
// project location
529529
{

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "CONN-CCBC-portal",
3-
"version": "1.246.5",
3+
"version": "1.246.6",
44
"main": "index.js",
55
"repository": "https://github.com/bcgov/CONN-CCBC-portal.git",
66
"author": "Romer, Meherzad CITZ:EX <[email protected]>",

0 commit comments

Comments
 (0)