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
If I have a content element who get's reloaded because of reloadIfChanged the context variable iterator from the ContentCollection is not passed to it.
Expected Behavior
The iterator is always passed to the content elment
Steps To Reproduce
Create a content element and output somewhere iterator.index. Change a property who reload the element, with reloadIfChanged
Environment
- Flow: 8.3.11
- Neos: 8.3.17
- PHP: 8.2.22
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Is there an existing issue for this?
Current Behavior
If I have a content element who get's reloaded because of
reloadIfChanged
the context variableiterator
from theContentCollection
is not passed to it.Expected Behavior
The
iterator
is always passed to the content elmentSteps To Reproduce
Create a content element and output somewhere
iterator.index
. Change a property who reload the element, withreloadIfChanged
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: