Hi team,
I was testing the latest forest-express-sequelize 6.6.1 release, and I have discovered a regression issue.
=> All of my related hasMany relations do not display any more in parent collections
Here is an example:
I have a native devices
collection with has a Many to many relationship with t_users
collection.
When displaying the Users
related data section of a specific device, no record is displaying.
- It is working fine in forest-express-sequelize 6.6.1
- but it does not work with forest-express-sequelize 6.6.0
The returned results from my server are identical in both cases.
Here is the video that illustrates the display change between 6.6.0 and 6.6.1.
Hoping this will help to identify the bug.
Best regards