- Issue created by @joachim
- Status changed to Postponed: needs info
8 months ago 8:50pm 7 April 2024 - πΊπΈUnited States Kristen Pol Santa Cruz, CA, USA
Thanks for reporting this issue. I see you tested on 4.0.x but that 1.5 years ago so it would be good to test on the latest dev branch.
I'm going through all the 8.x issues.
As the 8.x is no longer supported, I'm postponing this issue for now and need feedback as to whether or not this issue is relevant to 4.0.x.
If it is, please reopen and change the version, and make sure the issue summary is clear and complete, including steps to reproduce. If it's not, please close.
If there is no response to this in a month addressing the above, it can be closed.
- π§π·Brazil larruda
$route_name is NULL on many different occasions. This message has been appearing frequently for me.
- Status changed to Active
7 months ago 3:17pm 23 April 2024 - π¬π§United Kingdom joachim
93-
94: // Ignore route for jsonapi calls.
95- if (strpos($route_name, 'jsonapi') !== FALSE) {
96- return;
97- }
98-It's still in 4.0.x.
- Status changed to Needs review
7 months ago 3:28pm 23 April 2024 - Open on Drupal.org βCore: 10.2.1 + Environment: PHP 7.4 & MySQL 5.7last update
7 months ago Waiting for branch to pass - π§π·Brazil larruda
Created a patch.
Haven't fully tested it yet though.