Upsert permissions
#387
-
We've found that the RoleTable struct contains an Upsert field (https://github.com/dosco/graphjin/blob/master/core/config.go#L166) but the AddRoleTable method is not considering the Upsert type here https://github.com/dosco/graphjin/blob/master/core/config.go#L321. Is it possible that the Upsert type is missing there? Or is there another way to set Upsert permissions on a role that we are not considering? |
Beta Was this translation helpful? Give feedback.
Answered by
dosco
Sep 1, 2022
Replies: 1 comment 3 replies
-
Looks like bug. If this fix satisfies your requirements then feel free to send me a PR else I can make this fix later today. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
andybar2
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Looks like bug. If this fix satisfies your requirements then feel free to send me a PR else I can make this fix later today.