Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,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"
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey @vincent-gao just checked the issue on d.o and it looks like it has been merged. Would forcing update on admin_autid_trail pull this across?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi @anthony-malkoun , Thanks for the CR! You are right that it's merged, but there’s no new release tagged yet. I think we should stick with the patch for now.

},
"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",
Expand Down
Loading