From 93c2f244c030ba7ca83d46b707708c36806800d2 Mon Sep 17 00:00:00 2001 From: Alistair Wearring <95761929+AWearring@users.noreply.github.com> Date: Mon, 30 Jun 2025 17:00:16 +0100 Subject: [PATCH] Patch: Undefined array key 'pathauto' no longer applies Removing `domain_path` patch `"Warning: Undefined array key 'pathauto' #3315752": "https://www.drupal.org/files/issues/2022-10-17/undefined-array-key-pathauto-3265497-2.patch"` and bumping `domain_path` version to 1.5 https://github.com/localgovdrupal/localgov_microsites/issues/513 --- composer.json | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/composer.json b/composer.json index ea99947..f7abc94 100644 --- a/composer.json +++ b/composer.json @@ -16,7 +16,7 @@ "drupal/autosave_form": "^1.3", "drupal/core": "^10.0", "drupal/default_content": "^2.0@alpha", - "drupal/domain_path": "^1.2", + "drupal/domain_path": "^1.5", "drupal/gin": "^3.0@RC", "drupal/gin_login": "^2.0", "drupal/gin_toolbar": "^1.0@RC", @@ -50,8 +50,7 @@ }, "patches": { "drupal/domain_path": { - "https://github.com/localgovdrupal/localgov_microsites/pull/175#issuecomment-1172879196": "https://raw.githubusercontent.com/localgovdrupal/localgov_microsites/995261d0909065e3124fba3fc0dce3e823aefa1d/patches/domain_path.146-url-aliases.patch", - "https://github.com/localgovdrupal/localgov_microsites_group/issues/326": "https://raw.githubusercontent.com/localgovdrupal/localgov_microsites/4cbdbe6ae3c3e95e7d2ed15d918c66805ad8e7f1/patches/localgov_microsites_group_326.domain_path_pathauto.unserializable.patch" + "https://github.com/localgovdrupal/localgov_microsites/pull/175#issuecomment-1172879196": "https://raw.githubusercontent.com/localgovdrupal/localgov_microsites/995261d0909065e3124fba3fc0dce3e823aefa1d/patches/domain_path.146-url-aliases.patch" } } }