Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New relationship does not show in table when viewing as a user #129

Open
CharlotteFawsitt opened this issue Dec 9, 2019 · 0 comments
Open

Comments

@CharlotteFawsitt
Copy link
Contributor

CharlotteFawsitt commented Dec 9, 2019

When using this JDL to generate entities and add in fields to the tenant when assigning a user to a channel and logging in as that user, the user cannot see and the users that are assigned to the channel when viewing the table. Only when they go into the detail view can it be see. When editing the field the user can also be seen. When logged in as an admin and viewing the table the users assigned to the table can be seen

`
entity Company {
name String
}

entity Channels {
name String
}

relationship ManyToMany{
Channels{User(firstName)} to User
}
`

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant