Changes between Initial Version and Version 1 of Ticket #34178
- Timestamp:
- Nov 22, 2022, 5:57:23 AM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34178 – Description
initial v1 123 123 }}} 124 124 Here, {{{xx[10].object}}} returns the correct object, however, when {{{xx[10].object.f}}} is evaluated it refers to model A instead of model B. This leads me to believe that there is some sort of faulty caching going on in the background that leads to model A being used. 125 126 This bug was tested on 4.1.3, 3.2.16, 2.2.28 and was reproducible.