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