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
getFamilyTree()
I had a workflow open with the tree view. I uninstalled, reinstalled, and started it.
Uncaught TypeError: Cannot read properties of undefined (reading 'slice')
Location:
cylc-ui/src/store/workflows.module.js
Line 322 in b0204f2
node has no property ancestors.
node
ancestors
It caused a cycle point to show up as empty, similar to in #1813
The text was updated successfully, but these errors were encountered:
Hmm, does this mean that GraphQL did not return the ancestors field on a task?
Try jamming in some console.logs to find out.
console.log
Sorry, something went wrong.
No branches or pull requests
Description
I had a workflow open with the tree view. I uninstalled, reinstalled, and started it.
Location:
cylc-ui/src/store/workflows.module.js
Line 322 in b0204f2
node
has no propertyancestors
.It caused a cycle point to show up as empty, similar to in #1813
The text was updated successfully, but these errors were encountered: