- Issue created by @wilco
- π¨π¦Canada wilco
The following ticket relates to this: https://www.drupal.org/project/type_tray/issues/3244710 π Do not hard code /admin/content Fixed
- πΊπΈUnited States dave reid Nebraska USA
dave reid β made their first commit to this issueβs fork.
- πΊπΈUnited States dave reid Nebraska USA
I can't reproduce the issue with the exception with a plain install of D11 and the Type Tray module, but I thought we could simplify the code by just calling Link::createFromRoute() once instead of generating URLs and Links three times and passing them within each other. I also found an issue with the
<em>
tags being escaped, so I moved the Xss::filterAdmin() to before calling t(), which resolves the issue. - πΊπΈUnited States dave reid Nebraska USA
@wilco I also attempted a fresh install of the current https://github.com/drupalwxt/wxt-project using DDEV and this module along with gin_type_tray. I can only reproduce the escaped HTML issue and not the fatal error you have reported here. Could you help test the changes in the MR to see if those resolve the issue for you? I believe that they would.
- πͺπΈSpain marcoscano Barcelona, Spain
I have spent some time looking into this today, and I too, am unable to reproduce it.
@wilco please update testing instructions on a fresh install if you can, or test if the MR provided solves the issue for your particular case.
Also, thanks @dave reid for helping out! π -
marcoscano β
committed ac3749d2 on 1.0.x authored by
dave reid β
Issue #3524817 by dave reid, wilco, marcoscano: InvalidArgumentException...
-
marcoscano β
committed ac3749d2 on 1.0.x authored by
dave reid β
- πͺπΈSpain marcoscano Barcelona, Spain
Let's go with the identified fix for now, please open a new one with steps to reproduce if there is something else to be fixed here.
Thanks all! Automatically closed - issue fixed for 2 weeks with no activity.