You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Here, {item.table_B} is an array, which leads to an error.
Before php 8, fluid displayed Array.
\IchHabRecht\MaskExport\CodeGenerator\BackendFluidCodeGenerator::getInlineFluid should be fixed, I tried to recall getSelectFluid() from there, but it was not convincing...
The text was updated successfully, but these errors were encountered:
On a php8 system, a backend preview template triggers an error "Array to string conversion"
This is triggered with this kind of setup:
The generated fluid preview:
Here,
{item.table_B}
is an array, which leads to an error.Before php 8, fluid displayed
Array
.\IchHabRecht\MaskExport\CodeGenerator\BackendFluidCodeGenerator::getInlineFluid
should be fixed, I tried to recallgetSelectFluid()
from there, but it was not convincing...The text was updated successfully, but these errors were encountered: