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

console: fix "Cannot read property 'foldable'" runtime error in Browse Rows page (fix #4907) #5016

Merged
merged 5 commits into from
Jun 8, 2020

Conversation

beerose
Copy link
Contributor

@beerose beerose commented Jun 8, 2020

Solves #4907

Description

This PR filters columns list for truthy values.

Changelog

  • CHANGELOG.md is updated with user-facing content relevant to this PR. If no changelog is required, then add the no-changelog-required label.

Affected components

  • Console

@beerose beerose requested a review from a team as a code owner June 8, 2020 13:44
@beerose beerose requested a review from a team as a code owner June 8, 2020 13:55
CHANGELOG.md Outdated
@@ -92,6 +92,7 @@ Read more about the session argument for computed fields in the [docs](https://h
- console: fix visiting view modify page overwriting raw sql content (fix #4798) (#4810)
- console: add help button and move about page to settings (#4848)
- console: add new sidebar icon that separates enums from tables (fix #4984) (#4992)
- console: fix runtime error in `Browse Rows` page (fix #4907) (#5016)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is it possible to explain the condition (as simply as possible) when this error is hit.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

its not reproduceable but the offending code is fixed. will update with the error type

CHANGELOG.md Outdated Show resolved Hide resolved
Copy link
Contributor

@tirumaraiselvan tirumaraiselvan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CL

@hasura-bot
Copy link
Contributor

Review app for commit e5f388c deployed to Heroku: https://hge-ci-pull-5016.herokuapp.com
Docker image for server: hasura/graphql-engine:pull5016-e5f388c1

@rikinsk rikinsk changed the title console: fix foldable runtime error console: fix "Cannot read property 'foldable'" runtime error in Browse Rows page (fix #4907) Jun 8, 2020
@rikinsk rikinsk merged commit e800e32 into hasura:master Jun 8, 2020
@hasura-bot
Copy link
Contributor

Review app https://hge-ci-pull-5016.herokuapp.com is deleted

@beerose beerose deleted the fix/foldable branch June 8, 2020 14:47
rikinsk pushed a commit that referenced this pull request Jun 8, 2020
beerose pushed a commit to beerose/graphql-engine that referenced this pull request Jun 16, 2020
rikinsk pushed a commit that referenced this pull request Jun 16, 2020
…5108)

* console: fix checkbox for forwarding client headers in actions (close #4595) (#4669)
* console: fix bulk selected rows state in data browser (close #4654) (#4673)
* console: fix displaying boolean values in Edit Row tab (#4682)
* console: fix regression in editing permissions manually (fix #4683) (#4826)
* console: fix "Cannot read property 'foldable'" runtime error in `Browse Rows` page (fix #4907) (#5016)
* console: fix enum tables reload data button UI (close #4647) (#4877)
stevefan1999-personal pushed a commit to stevefan1999-personal/graphql-engine that referenced this pull request Sep 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants