Skip to content

Commit 6861ad8

Browse files
authored
Merge pull request #624 from itk-dev/hotfix/project-status-bug
CHanged display of project status
2 parents 7404bd5 + 5e65a39 commit 6861ad8

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
88

9+
* [PR-624](https://github.com/itk-dev/deltag.aarhus.dk/pull/624)
10+
Fixed issue with project status
911
* [PR-623](https://github.com/itk-dev/deltag.aarhus.dk/pull/623)
1012
Add nginx block of bots to flags
1113

web/themes/custom/hoeringsportal/templates/content/node--project-main-page--full.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
0: {
1616
type: 'text',
1717
label: 'Status'|t,
18-
value: content.field_project_status
18+
value: content.field_project_status[0]['#markup']
1919
}
2020
} : null
2121
})

0 commit comments

Comments
 (0)