Skip to content

Commit 2028408

Browse files
authored
Merge pull request #228 from itk-dev/feature/227-add-patch-for-conditionals-based-on-computed-twig
#227: Added Drupal core patch to make conditionals based upon compute…
2 parents f30f893 + 75a9a53 commit 2028408

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
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-215](https://github.com/OS2Forms/os2forms/pull/215)
1518
Added condition to maestro notification submission handler
1619
- [PR-101](https://github.com/OS2Forms/os2forms/pull/101)

composer.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,9 @@
115115
"drupal/coc_forms_auto_export": {
116116
"3256951: - Unable to receive attachments in emails sent": "https://git.drupalcode.org/project/coc_forms_auto_export/-/merge_requests/11.diff"
117117
},
118+
"drupal/core": {
119+
"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"
120+
},
118121
"drupal/entity_print": {
119122
"2733781 - Add Export to Word Support": "https://www.drupal.org/files/issues/2019-11-22/2733781-47.patch"
120123
},

0 commit comments

Comments
 (0)