diff --git a/CHANGELOG.md b/CHANGELOG.md index 7551094..47c58e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,9 @@ before starting to add changes. Use example [placed in the end of the page](#exa Remove unused and abandoned package `webmozart/path-util`. - [PR-167](https://github.com/OS2Forms/os2forms/pull/167) Adding os2forms_digital_signature module +- [PR-184](https://github.com/OS2Forms/os2forms/pull/184) + - Patches `coc_forms_auto_export` to ensure settings can be saved upon initial + attempt, cf. [Unable to save initial settings due to unfocusable form control](https://www.drupal.org/project/coc_forms_auto_export/issues/3531004) ## [4.1.0] 2025-06-03 diff --git a/composer.json b/composer.json index 81bfb75..7326b03 100644 --- a/composer.json +++ b/composer.json @@ -114,7 +114,8 @@ "enable-patching": true, "patches": { "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" + "3256951: - Unable to receive attachments in emails sent": "https://git.drupalcode.org/project/coc_forms_auto_export/-/merge_requests/11.diff", + "3531004: Unable to save initial settings due to unfocusable form control": "https://www.drupal.org/files/issues/2025-06-19/text_area_with_text_edit_always_fails_reqired_set_via_states.patch" }, "drupal/entity_print": { "2733781 - Add Export to Word Support": "https://www.drupal.org/files/issues/2019-11-22/2733781-47.patch"