Announcement

Collapse
No announcement yet.

Link Multiple Field in User

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

  • Link Multiple Field in User

    Hi,

    There is already a many-to many relation between user and teams. I created another many-to-many relationship between user and team saved in another mid table 'permissions'.

    Data was saved properly. But if I try console.log(this.getUser()) it displays teamsIds and teamsNames but there is no permissionsIds and permissionsNames.

    Is there anything I missed to do. Please help.

    Thanks.

  • #2
    try to load this relation in loadAdditianalFields method in user service

    Comment


    • krishnapriya
      krishnapriya commented
      Editing a comment
      Hi Tanya, I have already tried that $entity->loadLinkMultipleField('permissions'); in user service. Still not working
Working...
X