Skip to content

Commit 2873f63

Browse files
committed
#227: Applied coding standards
1 parent e7c5612 commit 2873f63

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ before starting to add changes. Use example [placed in the end of the page](#exa
1111

1212
## [Unreleased]
1313

14+
- [PR-228](https://github.com/OS2Forms/os2forms/pull/228)
15+
Added Drupal Core patch ensuring conditionals based upon computed twig
16+
works as intended.
1417
- [PR-101](https://github.com/OS2Forms/os2forms/pull/101)
1518
- Added support for `os2web_key` in Digital post
1619
- Switched from saving settings in key value store to config, i.e

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,12 +114,12 @@
114114
},
115115
"enable-patching": true,
116116
"patches": {
117-
"drupal/core": {
118-
"Allow conditionals based on computed twig (https://www.drupal.org/project/webform/issues/3481569)": "https://www.drupal.org/files/issues/2024-11-05/revert-core-states.patch"
119-
},
120117
"drupal/coc_forms_auto_export": {
121118
"3256951: - Unable to receive attachments in emails sent": "https://git.drupalcode.org/project/coc_forms_auto_export/-/merge_requests/11.diff"
122119
},
120+
"drupal/core": {
121+
"Allow conditionals based on computed twig (https://www.drupal.org/project/webform/issues/3481569)": "https://www.drupal.org/files/issues/2024-11-05/revert-core-states.patch"
122+
},
123123
"drupal/entity_print": {
124124
"2733781 - Add Export to Word Support": "https://www.drupal.org/files/issues/2019-11-22/2733781-47.patch"
125125
},

0 commit comments

Comments
 (0)