celerio-angular-quickstart
celerio-angular-quickstart copied to clipboard
vm file based query
Hi i am trying to modify the "entity-detail.component.html.e.vm" file but the below condition for one to one and one to many relationship always fails
#if($entity.inverseOneToOne.flatUp.size > 0 || $entity.oneToMany.flatUp.size > 0 || $entity.manyToMany.flatUp.size > 0)
What do you mean by fails ? return false or throw an exception ?
I assume 'false'... don't forget that inverse associations (inverse one-to-one or one-to-many) must be declared in the celerio configuration file
Check the doc for configuring such associations: one to many inverse one to one