From 7663d9af7b2b0cc90f91e73f3e1e9e585fdab9ba Mon Sep 17 00:00:00 2001 From: Vincent Gao Date: Tue, 17 Mar 2026 20:47:47 +1100 Subject: [PATCH] [SD-1534] Views-based report shows stale data --- composer.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1f550a7a..821cd71b 100644 --- a/composer.json +++ b/composer.json @@ -357,7 +357,8 @@ "extra": { "patches": { "drupal/admin_audit_trail": { - "Add an option to allow logging in CLI - https://www.drupal.org/project/admin_audit_trail/issues/3263615#comment-16412890": "https://www.drupal.org/files/issues/2026-01-15/3263615-admin_audit_trail-option-for-cli-10.patch" + "Add an option to allow logging in CLI - https://www.drupal.org/project/admin_audit_trail/issues/3263615#comment-16412890": "https://www.drupal.org/files/issues/2026-01-15/3263615-admin_audit_trail-option-for-cli-10.patch", + "Views-based report shows stale data - https://www.drupal.org/project/admin_audit_trail/issues/3579653#comment-16513448": "https://www.drupal.org/files/issues/2026-03-17/admin_audit_trail-3579653-2.patch" }, "drupal/core": { "Refactor Xss::attributes() to allow filtering of style attribute values - https://www.drupal.org/project/drupal/issues/3109650#comment-16166063": "https://www.drupal.org/files/issues/2025-06-26/xss-refactor-filter-attributes-10.5.x-3109650-85.patch",