Patch drupal/gin for issue 334216

This commit is contained in:
Paul Weidner 2024-01-15 15:28:28 -08:00 committed by Michael Stenta
parent 71206d03d2
commit 69d9ef713b
1 changed files with 4 additions and 1 deletions

View File

@ -31,7 +31,7 @@
"drupal/exif_orientation": "^1.2",
"drupal/fraction": "^2.3.1",
"drupal/geofield": "^1.40",
"drupal/gin": "^3.0@rc",
"drupal/gin": "3.0-rc8",
"drupal/inline_entity_form": "^1.0@RC",
"drupal/inspire_tree": "^1.0",
"drupal/jsonapi_extras": "^3.22",
@ -70,6 +70,9 @@
"drupal/entity_reference_revisions": {
"Issue #3267304: Infer target_revision_id to be Latest Revision when Only a target_id is Provided": "https://www.drupal.org/files/issues/2022-05-13/3267304-9.patch"
},
"drupal/gin": {
"Issue #334216: Remove implicit dependency on node module for gin content form.": "https://www.drupal.org/files/issues/2024-01-15/3342164-6.patch"
},
"drupal/jsonapi_schema": {
"Issue #3256795: Float fields have a null schema": "https://www.drupal.org/files/issues/2022-01-03/3256795-4.patch",
"Issue #3246251: Change format utc-millisec to date-time": "https://www.drupal.org/files/issues/2021-10-27/3246251-2.patch",