Announcement

Collapse
No announcement yet.

One-to-many relation problem

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • One-to-many relation problem

    Hi,

    I've a little problem with relation, please help me to resolve it. I create Point and RouteService entities. Now I want to create one-to-many ( one RouteService can have many points added by user before ) relation between them. User can add many points to RouteService entity. I create relation in Entity manager, add relation in Layout manager, but when I try to add Point I don't see already created Points - if I create new one, I can add it to RouteService but I cannot find Points created before. What's the problem ?

  • #2
    Hello,
    I assume that you encountered with this problem under a regular user (not admin), right? If so, I think you need to check its role.

    Comment

    Working...
    X