You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
garlou opened this issue
Dec 30, 2019
· 2 comments
Assignees
Labels
c/consoleRelated to consolee/easycan be wrapped up in a couple of daysk/bugSomething isn't workingp/highcandidate for being included in the upcoming sprints/wipStatus: This issue is a work in progress
c/consoleRelated to consolee/easycan be wrapped up in a couple of daysk/bugSomething isn't workingp/highcandidate for being included in the upcoming sprints/wipStatus: This issue is a work in progress
I'm using typeorm to manage my database migrations and when I use typescript enums, typeorm generates a Postgres table like this:

When I try to setup a permission, the dropdown select is empty:

Workaround:


Save permission as it is, export hasura metadata and then manually edit the metadata.yaml:
to
Then apply the fixed metadata file on server.
The text was updated successfully, but these errors were encountered: