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
@mficzel Thanks again for your great efforts on this one, it feels much cleaner.
I stumbled upon a regression though: Fluid based prototypes that used Attributes now fail with a "Array to string conversion" exception (see Slack discussion).
IMO there are four possible solutions:
a) re-add Neos.Fusion:Attributes and use it for all Fluid based prototypes
b) adjust affected prototypes with some @process magic that converts the arrays
c) replace Prototypes using Fluid with Fusion implementations and remove Fluid dependency from Neos.Fusion
d) adjust affected Fluid templates, e.g. by adding a dedicated AttributesViewHelper
Subtask of #4498
Is there an existing issue for this topic?
Description
The prototypes "Array", "RawArray", "Collection", "RawCollection" and "Attributes" are deprecated since at least Neos 5 and should be removed.
Possible Solution
No response
The text was updated successfully, but these errors were encountered: