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 ?
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 ?
Comment