Skip to content

Commit c734dea

Browse files
committed
Added changes from pr 184
1 parent 7363ead commit c734dea

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ before starting to add changes. Use example [placed in the end of the page](#exa
2121
- Fix bug in MitidChildrenSelectAjaxBehaviour.php
2222
- [PR-187](https://github.com/OS2Forms/os2forms/pull/187)
2323
- Avoid double-saving submissions when handling name and address protection.
24+
- [PR-184](https://github.com/OS2Forms/os2forms/pull/184)
25+
- Patches `coc_forms_auto_export` to ensure settings can be saved upon initial
26+
attempt, cf. [Unable to save initial settings due to unfocusable form control](https://www.drupal.org/project/coc_forms_auto_export/issues/3531004)
2427

2528
## Patch release selvbetjening 4.6.0
2629

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,8 @@
115115
"enable-patching": true,
116116
"patches": {
117117
"drupal/coc_forms_auto_export": {
118-
"3256951: - Unable to receive attachments in emails sent": "https://git.drupalcode.org/project/coc_forms_auto_export/-/merge_requests/11.diff"
118+
"3256951: - Unable to receive attachments in emails sent": "https://git.drupalcode.org/project/coc_forms_auto_export/-/merge_requests/11.diff",
119+
"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"
119120
},
120121
"drupal/entity_print": {
121122
"2733781 - Add Export to Word Support": "https://www.drupal.org/files/issues/2019-11-22/2733781-47.patch"

0 commit comments

Comments
 (0)