Yes, Scott, sure thing.
Planed to prompt an AI to do it for us
claude --permission-mode bypassPermissions """
Keep in a loop untile you finish the following for the admin_audit_trail Drupal module
Refactor the Admin Audit Trail module so the report at /admin/reports/audit-trail becomes a Drupal View.
Problem: The current table can’t be changed or customized.
Goal: Replace the hardcoded report with a View that users can modify, extend, or clone—similar to /admin/content.
"""
Maybe it is something with multilingual sites ( I will add that in next testing round)
Tried to update the issue fork and create a new MR. ( not sure what is wrong in the out dated issue fork )
Sorry, for not having time to follow with the step to reproduce
Thanks, Jürgen for following with us
Having something like:
+ if ($this->routeProvider === null) {
+ return NULL;
+ }
and
+ if ($this->menuLinkManager === null) {
+ return NULL;
+ }
fixed the issue for m .
using the following local managed patch
"drupal/modeler_api": {
"Issue #3537810: Fix Circular Reference by Removing Autowire and Minimizing Dependencies in modeler_api.service":
"https://raw.githubusercontent.com/vardot/varbase-patches/refs/heads/patches/modeler_api--2025-11-09--3537810--1-0-x--drupal11-2.patch"
},
After the fix in
🐛
RuntimeException: Recursive router rebuild detected
Active
But that was on the 1.1.x branch not the 1.0.x
Hoping for a soft pre-release for 1.1.0-alpha1 or 1.0.0 stable to switch testing working on the 1.1.x branch