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

Creating event trigger -> table selection empty #7210

Closed
tikri opened this issue Jul 9, 2021 · 1 comment
Closed

Creating event trigger -> table selection empty #7210

tikri opened this issue Jul 9, 2021 · 1 comment

Comments

@tikri
Copy link

tikri commented Jul 9, 2021

Environment: Docker (using docker compose file)/ Hasura 2.0.1 / Postgres 12.7

If i want to create a new event trigger via Hasura Console (according to https://hasura.io/docs/latest/graphql/core/event-triggers/create-trigger.html) the database and schema selection works, but the table selection is completely empty. So it's impossible for me to add a new event trigger.

If I manually add a second entry to the schema selection box via chrome debug tools and switch between the real existing schema and my manually created dummy schema, the table selection gets refreshed and works correctly.
-> So my guess is that the table selection box doesn't get refreshed initially when there is only one existing schema.

Creating a new event trigger via API works fine.

@tikri
Copy link
Author

tikri commented Jul 9, 2021

duplicate of #6903

@tikri tikri closed this as completed Jul 9, 2021
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