Hiya.
Entity manager -> Relationships -> Create Link panel has the Entity and Foreign entity fields mixed up left-to-right. Or rather the column~row march order seems messed up so that the column flow creates this nasty swapping of critical fields from side-to-side.
The left (Entity side) has:
The right (Foreign Entity side) has
When the panel collapses to a single-column view in narrow viewports, the field order is corrected.
That's about it. I totally love Espo <3 Thank you all.
Entity manager -> Relationships -> Create Link panel has the Entity and Foreign entity fields mixed up left-to-right. Or rather the column~row march order seems messed up so that the column flow creates this nasty swapping of critical fields from side-to-side.
The left (Entity side) has:
Code:
data-name="linkForeign" data-name="labelForeign"
Code:
data-name="name" data-name="label"
That's about it. I totally love Espo <3 Thank you all.


Comment