这是indexloc提供的服务,不要输入任何密码
Skip to content

Conversation

@wawhal
Copy link
Contributor

@wawhal wawhal commented Mar 19, 2019

Fix #1813

Description

Affected components

  • Console

Related Issues

#1813

Solution and Design

Earlier, the key prop each element in the iterator was just the index of the array. This caused the state of the previous element to be passed down to the subsequent element after its deletion.

The issue is fixed by making the relationship name as the key of the elements in iterator.

Steps to test and verify

Add multiple object/array relationships. Their expanded/collapsed state should be totally independent.

Limitations, known bugs & workarounds

@wawhal wawhal requested a review from rikinsk-zz as a code owner March 19, 2019 01:31
@wawhal wawhal requested a review from karthikvt26 March 19, 2019 01:32
@netlify
Copy link

netlify bot commented Mar 19, 2019

Deploy preview for hasura-docs ready!

Built with commit f983b44

https://deploy-preview-1814--hasura-docs.netlify.com

@hasura-bot
Copy link
Contributor

Review app for commit 0581e1f deployed to Heroku: https://hge-ci-pull-1814.herokuapp.com
Docker image for server: hasura/graphql-engine:pull1814-0581e1f

@hasura-bot
Copy link
Contributor

Review app for commit 7cf95a6 deployed to Heroku: https://hge-ci-pull-1814.herokuapp.com
Docker image for server: hasura/graphql-engine:pull1814-7cf95a6

@rikinsk-zz rikinsk-zz merged commit 97ac88e into hasura:master Mar 19, 2019
@hasura-bot
Copy link
Contributor

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

@hasura-bot
Copy link
Contributor

Review app for commit f983b44 deployed to Heroku: https://hge-ci-pull-1814.herokuapp.com
Docker image for server: hasura/graphql-engine:pull1814-f983b44

hasura-bot pushed a commit that referenced this pull request May 7, 2025
<!-- The PR description should answer 2 important questions: -->

### What

This PR bumps up the datafusion to 47

### How

<!-- How is it trying to accomplish it (what are the implementation
steps)? -->

---------

Co-authored-by: Daniel Harvey <danieljamesharvey@gmail.com>
V3_GIT_ORIGIN_REV_ID: 433160e496cd4bc690a0aa4ed11056f24977e2bd
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

Successfully merging this pull request may close these issues.

relationship editor maintains toggled state after delete

4 participants