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

dashboard: cannot manually type custom check for row permissions #2746

Open
dbm03 opened this issue Jun 7, 2024 · 0 comments · May be fixed by #2757
Open

dashboard: cannot manually type custom check for row permissions #2746

dbm03 opened this issue Jun 7, 2024 · 0 comments · May be fixed by #2757
Assignees
Labels
bug Something isn't working

Comments

@dbm03
Copy link
Contributor

dbm03 commented Jun 7, 2024

When editing permissions for a table, if you manually type a "where" custom check in row permissions, it doesn't get parsed

To Reproduce
Steps to reproduce the behavior:

  1. Go to Database
  2. On a table (e.g. todos), click Edit permissions
  3. Select a DML action for a role, e.g. Select for the user role
  4. In row select permissions, select With custom check
  5. Inside the where field, type the full name of a table.column, e.g. todos.id

Expected behavior
table.column input should get parsed correctly, same way as when you click on an autocomplete suggestion

Screenshots
image

Should instead show:
image

Desktop

  • Browser: Brave 1.66.118
@dbm03 dbm03 added the bug Something isn't working label Jun 7, 2024
@dbm03 dbm03 self-assigned this Jun 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant