Skip to content

Commit

Permalink
Merge tag '3.0.12' into develop
Browse files Browse the repository at this point in the history
Apply patch to fix JSON:API includes not returning correct revision
  • Loading branch information
anthony-malkoun committed Jul 10, 2023
2 parents d5dceb4 + c616544 commit 2fd53d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@
"composer-exit-on-patch-failure": true,
"patches": {
"drupal/core": {
"Menu content is not accessible via jsonapi - https://www.drupal.org/node/2915792": "https://www.drupal.org/files/issues/menu_link_content-view-permissions-2915792.patch"
"Menu content is not accessible via jsonapi - https://www.drupal.org/node/2915792": "https://www.drupal.org/files/issues/menu_link_content-view-permissions-2915792.patch",
"Revisions on relations are not loaded correctly resulting in wrong data in includes - https://www.drupal.org/project/drupal/issues/3088239": "https://www.drupal.org/files/issues/2022-09-27/3088239-33.patch"
},
"drupal/jsonapi_extras": {
"Make max value of page[limit] configurable per entity/bundle - https://www.drupal.org/project/jsonapi_extras/issues/2884292#comment-14794882": "https://www.drupal.org/files/issues/2022-11-21/max_page_limit_configuration-2884292-33.patch"
Expand Down

0 comments on commit 2fd53d2

Please sign in to comment.