We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Commit: ed43721
Cause hasura/graphql-engine#3796
Hasura is having internal errors with the ordering of student names on the meeting edit > host selection page. I will try to implement a workaround.
Postgres error log:
ERROR: column reference "root.or.semester.ar.semester.mentors.ar.mentors.small_group_men" is ambiguous at character 8192```
The text was updated successfully, but these errors were encountered:
Workaround for #141
72d6c79
Remove cause of internal hasura error
Workaround (72d6c79) requires mentors to be ordered by first name only.
Once the underlying issue in hasura is fixed, mentors can be ordered by first and last name on the edit meeting > select host page.
Until then we settile for just first name (which is acceptable for now since small groups are already ordered by title).
Sorry, something went wrong.
This should be checked again, now that we have updated to Hasura 2.0.10.
vcfxb
No branches or pull requests
Commit: ed43721
Cause hasura/graphql-engine#3796
Hasura is having internal errors with the ordering of student names on the meeting edit > host selection page.
I will try to implement a workaround.
Postgres error log:
The text was updated successfully, but these errors were encountered: