diff --git a/CHANGELOG.md b/CHANGELOG.md index c029edf..83db509 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,9 @@ before starting to add changes. Use example [placed in the end of the page](#exa ## [Unreleased] +- [PR-228](https://github.com/OS2Forms/os2forms/pull/228) + Added Drupal Core patch ensuring conditionals based upon computed twig + works as intended. - [PR-215](https://github.com/OS2Forms/os2forms/pull/215) Added condition to maestro notification submission handler - [PR-101](https://github.com/OS2Forms/os2forms/pull/101) diff --git a/composer.json b/composer.json index 8d3d7a2..7987989 100644 --- a/composer.json +++ b/composer.json @@ -115,6 +115,9 @@ "drupal/coc_forms_auto_export": { "3256951: - Unable to receive attachments in emails sent": "https://git.drupalcode.org/project/coc_forms_auto_export/-/merge_requests/11.diff" }, + "drupal/core": { + "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" + }, "drupal/entity_print": { "2733781 - Add Export to Word Support": "https://www.drupal.org/files/issues/2019-11-22/2733781-47.patch" },