Re: [TYPO3-english] COA always true when used in if.isTrue.cObject?

2018-03-06 Thread tcrass
Hi Stephan, thank you for your detailed and instructive reply, in particular the link to the rendering process chart. I'm sorry, though, you found my example too long since I really tried to break down my actual problem into a minimum working example, trying to use self-explaining object names

Re: [TYPO3-english] COA always true when used in if.isTrue.cObject?

2018-03-06 Thread Stephan Schuler
Hey there! tl;dr: It's about caching. The logical explanation: TEXT is potentially cached, COA_INT is not. Think about the second request. TEXT is supposed to not be recalculated but taken from cache. How can that depend on COA_INT, which might calculate differently compared to how it resul