- Issue created by @nagy.balint
- Status changed to Needs review
6 months ago 4:02pm 9 June 2024 - last update
6 months ago 236 pass - 🇭🇺Hungary nagy.balint
I guess one way to fix it is to revert that part of the commit.
As pointed out in the last comment in
📌
Remove unused variables
Fixed
the commit broke the views_handler_area_result
Because there is a code part
foreach ($items as $item) {
$replacements["@$item"] = ${$item};
}
Which fails as all the variables that it was using were removed in https://git.drupalcode.org/project/views/-/commit/0631676b3e1ee25b834139...
Needs review
3.0
Miscellaneous
I guess one way to fix it is to revert that part of the commit.