GET /forest/products/${id}/relationships/bundleComponents
but belongsTo field is not editable. I already disable read only mode but the result still same. Is there a way to make this field editable when create new record especially the component field?
Expected behavior
can edit belongsTo field when create new record via relationships
I just realised it’s an issue on our side.
The issue is that we autocomplete the inverse relationships and disable the field to avoid mistakes. But in your case you have Product bundle name which is the actual inverse relationships and Component which both references the Product collection, and we consider wrongly that both are the inverse relationships
Am I correct ?
I retried the bug but I could not reproduce on your version. I tested with a too old versions. This was fixed in forest-express-sequelize@8.0.6
Could you share a video reproducing your error ?
And do you have any error in your console when that happens ?