testing-framework icon indicating copy to clipboard operation
testing-framework copied to clipboard

[FEATURE] Support custom one-to-many relations inside fixtures

Open nmaier95 opened this issue 1 year ago • 0 comments

Summary: Implement support to model custom relations of one-to-many relations inside fixture yamls by adding a new config field inside entitySettings for each table called parentRelationColumnName. When set, the data-array structure passed to the core DataHandler receives the relations like expected. The field needs to be set on a child record with the name of the parent record column name of the relation as its value.

Resolves #619

nmaier95 avatar Sep 06 '24 09:09 nmaier95