Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.2.12-core
-
None
-
None
Description
Today ChangeManager will persist changes to the component no matter if the component is a repeated component inside an UIXIterator or not. This is not good since if it's persisted, then the next time when the component is rendered, all stamped components are rendered with the change.
The fix is to crawl the component tree up and check if UIXIterator is there in the hierarchy, if yes, we will ignore the change.