Skip to content

Commit 993ea4c

Browse files
committed
Merge branch 'hotfix/toc_bug' into develop
2 parents e9e2294 + 2ff47be commit 993ea4c

File tree

102 files changed

+512
-486
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

102 files changed

+512
-486
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions

composer.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
"ergebnis/composer-normalize": "^2.42",
6868
"kint-php/kint": "^5.0",
6969
"mglaman/phpstan-drupal": "^1.2",
70-
"os2loop/os2loop_fixtures": "dev-develop",
70+
"os2loop/os2loop_fixtures": "dev-main",
7171
"phpspec/prophecy-phpunit": "^2.0",
7272
"phpstan/extension-installer": "^1.3",
7373
"phpstan/phpstan-deprecation-rules": "^1.1",
@@ -193,7 +193,8 @@
193193
"Public methods are not visible in kint (https://www.drupal.org/project/devel/issues/3112201)": "https://www.drupal.org/files/issues/2022-04-26/devel_3112201_4.patch"
194194
},
195195
"drupal/entity_print": {
196-
"Add page count https://www.drupal.org/project/entity_print/issues/2823430": "https://www.drupal.org/files/issues/2023-07-10/entity_print-dompdf_page_count-2823430-14.patch"
196+
"Add page count https://www.drupal.org/project/entity_print/issues/2823430": "https://www.drupal.org/files/issues/2023-07-10/entity_print-dompdf_page_count-2823430-14.patch",
197+
"Fix bug in cached pdf styles (https://www.drupal.org/project/entity_print/issues/3394857)": "https://www.drupal.org/files/issues/2023-12-01/3394857-hotfix.patch"
197198
},
198199
"drupal/entity_reference_integrity": {
199200
"https://www.drupal.org/project/entity_reference_integrity/issues/3380250": "https://www.drupal.org/files/issues/2023-08-29/entity_reference_integrity-3380250-5.patch"
@@ -204,6 +205,9 @@
204205
},
205206
"drupal/masquerade": {
206207
"https://www.drupal.org/project/masquerade/issues/2962970#comment-13391256": "https://www.drupal.org/files/issues/2019-12-13/temporary%20unmask%20workaround-2962970-8.patch"
208+
},
209+
"drupal/toc_api": {
210+
"https://www.drupal.org/project/toc_api/issues/3417862": "https://www.drupal.org/files/issues/2024-02-07/toc_api-3417862-anchors_add_01-1.patch"
207211
}
208212
}
209213
},

composer.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

config/sync/core.entity_form_mode.media.inline_media_form.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ dependencies:
66
- media
77
id: media.inline_media_form
88
label: 'Inline media form'
9+
description: ''
910
targetEntityType: media
1011
cache: true

config/sync/core.entity_form_mode.media.media_library.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ _core:
1111
default_config_hash: pkq0uj-IoqEQRBOP_ddUDV0ZJ-dKQ_fLcppsEDF2UO8
1212
id: media.media_library
1313
label: 'Media library'
14+
description: ''
1415
targetEntityType: media
1516
cache: true

config/sync/core.entity_form_mode.user.register.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ _core:
88
default_config_hash: flXhTcp55yLcyy7ZLOhPGKGZobZQJdkAFVWV3LseiuI
99
id: user.register
1010
label: Register
11+
description: ''
1112
targetEntityType: user
1213
cache: true

config/sync/core.entity_view_mode.block.token.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ dependencies:
66
- block
77
id: block.token
88
label: Token
9+
description: ''
910
targetEntityType: block
1011
cache: true

config/sync/core.entity_view_mode.comment.full.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ _core:
88
default_config_hash: K7eNlfU7NEUajz01wItywZklr2oaPgL6s1_97fmDXLA
99
id: comment.full
1010
label: 'Full comment'
11+
description: ''
1112
targetEntityType: comment
1213
cache: true

config/sync/core.entity_view_mode.comment.list_display.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ dependencies:
66
- comment
77
id: comment.list_display
88
label: 'List display'
9+
description: ''
910
targetEntityType: comment
1011
cache: true

config/sync/core.entity_view_mode.comment.os2loop_search_db_search_autocomplete.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ dependencies:
66
- comment
77
id: comment.os2loop_search_db_search_autocomplete
88
label: 'Search autocomplete'
9+
description: ''
910
targetEntityType: comment
1011
cache: true

0 commit comments

Comments
 (0)