From 4b6a53d7657a99875e23f0a72ca5138499a44065 Mon Sep 17 00:00:00 2001 From: Stephen Cox Date: Tue, 4 Mar 2025 16:16:36 +0000 Subject: [PATCH 1/2] Set Preview Link expiry in days rather than seconds localgovdrupal/localgov_workflows#124 --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 4b8019e..dffb86d 100644 --- a/composer.json +++ b/composer.json @@ -67,7 +67,8 @@ "drupal/preview_link": { "Automatically populating multiple preview link entities #3439968": "https://www.drupal.org/files/issues/2024-05-22/3439968-4.diff", "Add a 'copy to clipboard' feature for preview_link": "https://www.drupal.org/files/issues/2024-08-15/3449121-10.patch", - "References to other entities being previewed don't display #3481523": "https://www.drupal.org/files/issues/2024-10-18/3481523-4.patch" + "References to other entities being previewed don't display #3481523": "https://www.drupal.org/files/issues/2024-10-18/3481523-4.patch", + "Set Preview Link expiry in days #3510967": "https://www.drupal.org/files/issues/2025-03-04/3510967-3.patch" }, "drupal/pathauto": { "Allow path generation inside of a workspace - and importantly don't regenerate when publishing space https://www.drupal.org/project/pathauto/issues/3283769": "https://www.drupal.org/files/issues/2024-04-08/3283769-10.patch" From 387b98b15afe145e0ef018f08a522076800b4cda Mon Sep 17 00:00:00 2001 From: Stephen Cox Date: Tue, 11 Mar 2025 12:43:20 +0000 Subject: [PATCH 2/2] Fixed Preview Link patch --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index dffb86d..cffded1 100644 --- a/composer.json +++ b/composer.json @@ -68,7 +68,7 @@ "Automatically populating multiple preview link entities #3439968": "https://www.drupal.org/files/issues/2024-05-22/3439968-4.diff", "Add a 'copy to clipboard' feature for preview_link": "https://www.drupal.org/files/issues/2024-08-15/3449121-10.patch", "References to other entities being previewed don't display #3481523": "https://www.drupal.org/files/issues/2024-10-18/3481523-4.patch", - "Set Preview Link expiry in days #3510967": "https://www.drupal.org/files/issues/2025-03-04/3510967-3.patch" + "Set Preview Link expiry in days #3510967": "https://www.drupal.org/files/issues/2025-03-11/3510967-4.patch" }, "drupal/pathauto": { "Allow path generation inside of a workspace - and importantly don't regenerate when publishing space https://www.drupal.org/project/pathauto/issues/3283769": "https://www.drupal.org/files/issues/2024-04-08/3283769-10.patch"