From b9e461cf710acc2cc739898f8d5c2cef9f2ea2da Mon Sep 17 00:00:00 2001 From: jekuaitk Date: Mon, 23 Jun 2025 11:11:46 +0200 Subject: [PATCH 1/2] #183: Adds patch allowing initial save of webform automatic export settings --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" From 78294677daa180011743eb1b87687e24e61fed5e Mon Sep 17 00:00:00 2001 From: jekuaitk Date: Mon, 23 Jun 2025 11:14:35 +0200 Subject: [PATCH 2/2] #183: Updates CHANGELOG --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) 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