nazirov91 / ra-strapi-rest

React Admin data provider for Strapi.js
125 stars 40 forks source link

Has and belongs to many relation #27

Closed EdgarGomez closed 4 years ago

EdgarGomez commented 4 years ago

Hello!

I'm facing another problem. In this case with the Has and belongs to many relation from Strapi.

Example, I have an entity called users and an entity called projects. Users are assigned to multiple projects and a project has many users assigned.

This is supposed to be working in react admin with something like:

I've tried on source adding .id, .ids, _ids but is not working. Any idea why? Thanks!

faisal212 commented 4 years ago

has you find the solution?