Hi,
we are trying to create a simple relationship between two models Article and its corresponding ArticleGroup. So, the idea is an article can be assigned 1 (or more) article groups it belongs to.
An ArticleGroup has just a name:
And an Article has 2 fields and a dropdown to assign it an ArticleGroup:
Now, when deploying these models locally on the PAC (Preview App Control), everything works fine.
But once moving them into our react project, the dropdown for choosing the article group is just not shown, although it is present in the form model:
When looking on the network tab of the browser console, while trying to create a new document of Article, even the requests for retrieving the binding’s overview models and the binding target (ArticleGroup model) are made. It’s just that the dropdown is not shown.
What could be the issue here?







