You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Say we have an aggregate root with a field, which references another entity and the field can contain multiple objects. The aggregate_root.xml will look something like this:
Then edit/create an object of the aggregate root type Topic and add multiple (more than one) TopicOption objects and then click on "Save",. The effect is that only one of the added objects will get saved, even when the ajax call for the suggest list is finished correctly.
The text was updated successfully, but these errors were encountered:
Ok so i looked a bit further and it seems that my test case was slightly wrong and it does actually work as expected, so i suspect @graste is right and the issue is arising from somewhere else..
Say we have an aggregate root with a field, which references another entity and the field can contain multiple objects. The
aggregate_root.xml
will look something like this:Then edit/create an object of the aggregate root type
Topic
and add multiple (more than one)TopicOption
objects and then click on "Save",. The effect is that only one of the added objects will get saved, even when the ajax call for the suggest list is finished correctly.The text was updated successfully, but these errors were encountered: