Update Entity API patch for issue #3206703 to fix error when using update.php to create new base fields.

See https://www.drupal.org/project/entity/issues/3206703#comment-14507085
This commit is contained in:
Michael Stenta 2022-05-11 16:59:41 -04:00
parent 029853883a
commit d77145e17c
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
"Issue #1874838: Allow exposed blocks to use 'Link display' settings": "https://www.drupal.org/files/issues/2021-11-11/1874838-26.patch"
},
"drupal/entity": {
"Issue #3206703: Provide reverse relationships for bundle plugin entity_reference fields.": "https://www.drupal.org/files/issues/2021-05-18/3206703-7.patch"
"Issue #3206703: Provide reverse relationships for bundle plugin entity_reference fields.": "https://www.drupal.org/files/issues/2022-05-11/3206703-10.patch"
},
"drupal/jsonapi_schema": {
"Issue #3256795: Float fields have a null schema": "https://www.drupal.org/files/issues/2022-01-03/3256795-4.patch",