Skip to content
This repository has been archived by the owner on Feb 7, 2019. It is now read-only.

M2M assignment of absolute values

Compare
Choose a tag to compare
@maennel maennel released this 22 Oct 13:40
· 415 commits to master since this release

Assignment of absolute lists to M2M related properties is now possible. E.g.:
up to now, only assignments like "author.books.add(book1)" were possible.
With this feature, assignments like "author.books = [book1, book2, book3]" are possible.