Jake B.
Well-known member
Upon upgrading from 2.1.0 -> 2.1.1 the reaction cache is losing all of our extra data that we add. I haven't tracked down the exact cause yet, but here is what I currently believe is happening:
For some reason, I suspect that our class extension on the Reaction entity is being ignored which means that when
Still doing some digging into it, so this is mostly speculation. Will update this thread with more details as I come up with them
For some reason, I suspect that our class extension on the Reaction entity is being ignored which means that when
\XF\Repository\Reaction::getReactionCacheData
runs $reaction = $reaction->toArray();
is excluding our fields.Still doing some digging into it, so this is mostly speculation. Will update this thread with more details as I come up with them