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

Fix Dependencies Bug #713

Merged
merged 2 commits into from
Aug 23, 2023
Merged

Fix Dependencies Bug #713

merged 2 commits into from
Aug 23, 2023

Conversation

Boogie3D
Copy link
Collaborator

This PR fixes a bug where dependencies were not properly constructed in Neo4j when a task was added after any tasks that depend on it. This was caused by a partially ineffective Cypher query, which has now been split into two correctly functioning queries.

@Boogie3D Boogie3D added bug Something isn't working core Core BEE functionality that must exist labels Aug 22, 2023
Copy link
Collaborator

@pagrubel pagrubel left a comment

Choose a reason for hiding this comment

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

Thanks, this works and looks good!

@pagrubel pagrubel merged commit 9aafc29 into develop Aug 23, 2023
4 checks passed
@pagrubel pagrubel deleted the bugfix-dependencies branch August 23, 2023 00:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working core Core BEE functionality that must exist
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants