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.
I have just tested it and it solves that issue, thank you.
However, I have still another new regression issue that I have described in a new ticket here.
This new issue is linked to forest-express-sequelize 6.6.2.
It was not present in 6.6.0.