diff --git a/CHANGELOG.md b/CHANGELOG.md index 495916582b86ce3ba29fd33466869ed1a19aeddc..d6697a2b79b72a0a0394f895e82871a93f804d53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,7 +46,11 @@ * Issue [#2921326](https://www.drupal.org/node/2921326): Added the patch for [Drupal core] to fix the issue of Preview of content - Notice: Undefined offset: 0 in quick - edit entity is latest revision' + edit entity is latest revision +* Issue [#2921426](https://www.drupal.org/node/2921426): + Added the patch for [Views Reference Field] module to fix + the issue of viewsreference update 8103 in + viewsreference.install ### Changed since the last release: * Issue [#2916762](https://www.drupal.org/node/2916762): diff --git a/composer.json b/composer.json index 9136531000ac55e1d9360aeb1f9f0d5216f43409..61054b6494c2647d4c41ab8d6fb9af50604c1b51 100644 --- a/composer.json +++ b/composer.json @@ -337,6 +337,10 @@ "drupal/ctools": { "Issue #2820783: Fix Block.php notices and warnings.": "https://www.drupal.org/files/issues/fixblockpager-2820783-27.patch" + }, + "drupal/viewsreference": { + "Issue #2921423: Error on update TypeError: Argument 1 passed to Insert::fields() must be of the type array, null given, called in viewsreference.install on line 71": + "https://www.drupal.org/files/issues/2921423-3_0.patch" } } } diff --git a/drupal-org.make b/drupal-org.make index 5db155d880283931659f89cafcfcb002b69c0159..7a66020130e3379e8e944f0223aca0f3e89cf4bd 100644 --- a/drupal-org.make +++ b/drupal-org.make @@ -289,6 +289,8 @@ projects[entity_reference_revisions][version] = 1.3 projects[viewsreference][type] = module projects[viewsreference][version] = 2.0-alpha2 +;; Issue #2921423: Error on update TypeError: Argument 1 passed to Insert::fields() must be of the type array, null given, called in viewsreference.install on line 71 +projects[viewsreference][patch][] = https://www.drupal.org/files/issues/2921423-3_0.patch projects[masonry][type] = module projects[masonry][version] = 1.0-rc2