-
Notifications
You must be signed in to change notification settings - Fork 39
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
🐛 Fixed forever loading of related tables section for table without relationships #634
base: main
Are you sure you want to change the base?
Conversation
🦋 Changeset detectedLatest commit: 352bb52 The changes in this PR will be included in the next version bump. This PR includes changesets to release 2 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
.changeset/serious-olives-watch.md
Outdated
"@liam-hq/cli": patch | ||
--- | ||
|
||
🐛 Check node length |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This will be a release note, so please describe what can now be done.
CI Feedback 🧐A test triggered by this PR failed. Here is an AI-generated analysis of the failure:
|
d11b359
to
52cf1f1
Compare
1e7b56e
to
352bb52
Compare
@MH4GF I've corrected it |
Summary
The table without the relationShip has a node length of 1.
![CleanShot 2025-01-31 at 23 50 20@2x](https://private-user-images.githubusercontent.com/42740055/408609593-97d65085-3a10-4e47-b476-085964ff658b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1MTcwOTMsIm5iZiI6MTczOTUxNjc5MywicGF0aCI6Ii80Mjc0MDA1NS80MDg2MDk1OTMtOTdkNjUwODUtM2ExMC00ZTQ3LWI0NzYtMDg1OTY0ZmY2NThiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTQlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjE0VDA3MDYzM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWIzYjYxM2ViZTAxOWE4MGY2NTQ5OGQyNmYxZThiNzg3N2UzZTlmNmU5ZDg0MmEzMjVlMjYxMWM0Y2I2Y2E2ZDkmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.-d1AP5C8ncANk5CYgUnJPeOq-YRaXYkQ8D1-PixjiGQ)
As a result, tablenodesinitialized was always false
Related Issue
resolve: #347
Changes
Testing
Other Information