From 37e5947d25c865855e9c58fc33e7c897d5096439 Mon Sep 17 00:00:00 2001 From: Stephen Cox Date: Fri, 27 Jun 2025 15:19:47 +0100 Subject: [PATCH] Replace core patch in the profile with a patch that supprts D11 localgovdrupal/localgov#870 --- composer.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 2669c2c..5ab3fe0 100644 --- a/composer.json +++ b/composer.json @@ -73,10 +73,16 @@ "[web-root]/sites/development.services.yml": "assets/composer/development.services.yml" } }, + "patches": { + "drupal/core": { + "Users can't reference unpublished content even when they have access to it. #2845144": "https://www.drupal.org/files/issues/2025-06-24/2845144-109.patch" + } + }, "patches-ignore": { "localgovdrupal/localgov": { "drupal/core": { - "Content moderation and Workspaces https://www.drupal.org/project/drupal/issues/3179199#comment-15711680" : "https://www.drupal.org/files/issues/2024-08-11/3179199-3132022-content-moderation-workspaces-query.patch" + "Content moderation and Workspaces https://www.drupal.org/project/drupal/issues/3179199#comment-15711680" : "https://www.drupal.org/files/issues/2024-08-11/3179199-3132022-content-moderation-workspaces-query.patch", + "Users can't reference unpublished content even when they have access to it. See https://www.drupal.org/project/drupal/issues/2845144": "https://www.drupal.org/files/issues/2024-02-13/2845144-87.patch" } }, "localgovdrupal/localgov_services": {