[RSS Feed/News] Related entity data is showing incorrect data. Is this because of cache?

Status
Not open for further replies.

XenForo

Administrative
  • Thread starter
  • Admin
  • #1
I've an Entity that has a TO_MANY relationship to another entity. The related entity had 14 rows originally. Then to test something out, I removed 2 rows from the database manually and then refreshed the page. However, it is still showing 14 rows on the dump. In the template, I'm using $foo.Bars which shows the following:

1661928328275.png

This is the relation:
PHP:

Code:
'Bars' => [
    'entity' => 'Asprin\FB:Bar',
    'type' => self::TO_MANY,
    'conditions' => ['bar'],
    'primary' =>...

Read more

ادامه مطلب...
 
Status
Not open for further replies.
Back
Top Bottom