Associated entities in ListView?

0
Hi, I just started my first project/app and stumbled over a problem with associated entities in a ListView. The model:   Entity A - Name / String - Year / Integer - Strength / enumeration * | 1 Entity B Now a page opened by a create-object-button is linked to the “Entity B” and contains a ListView using the data source association “Entity_A_-_Entity_B” (*-1). Each time I add a new “Entity A”, the list renders with a next row, but the rows are empty and clicking onto the rows do not open, as defined, a defined page to change the “Entity A”. Do I have to define an automatism in “Entity A” to give a readable text for the ListView rows of “Entity A” instances? Thanks in advance! Best regards, Martin
asked
3 answers
0

You might have forgotten to give (at least) read rights on your attributes/entities.

answered
0

Here a screenshot of the web modeler, the view of properties of an attribute of an entity:

answered
0

Some thoughts;

  1. Did you add a widget to the listview, displaying a preset text?
  2. Did you add a widget to the listview, a input widget connected to an attribute
  3. Is the listview set to editable?
  4. Does the user involved have access to the detail page to be open?

 

answered