Hello together,
I have two entities Auftragnehmer and anZusatzQualifikation with a MANY_TO_MANY Relationship.
In the “Auftragnehmer” Edit Screen i can assign “anZusatzQualifikation” Objects:
This works absolutly fine, as long as the “Auftragnehmer” Object already exists.
If i create a new “Auftragenehmer” Object and add “anZusatzQualifikation” Objects and try to save it, i get the following error:
If i create the “Auftragenehmer” Object first and save it, then open the edit screen AGAIN, AND THEN add “anZusatzQualifikation” Objects, it works.
I could disable the “Token List” on creation of the “Auftragenehmer” Object. But thats a bad solution, usability wise.
Thanks and Best Regards
Daniel