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

aotf: fix mutations in workflow toolbar #999

Merged
merged 1 commit into from
May 4, 2022

Conversation

oliver-sanders
Copy link
Member

@oliver-sanders oliver-sanders commented Apr 29, 2022

Close #998

Requirements check-list

@oliver-sanders oliver-sanders self-assigned this Apr 29, 2022
@MetRonnie MetRonnie self-assigned this Apr 29, 2022
@oliver-sanders oliver-sanders changed the title . aotf: fix mutations in workflow toolbar Apr 29, 2022
@MetRonnie MetRonnie force-pushed the workflow-service-mutate-async branch from 8c80475 to caf60ae Compare April 29, 2022 17:16
@MetRonnie
Copy link
Member

I have force-pushed a fix. I'm happy to get this one in and add tests in a separate PR

@MetRonnie MetRonnie force-pushed the workflow-service-mutate-async branch from caf60ae to 14e4ede Compare April 29, 2022 17:44
@@ -67,7 +67,6 @@ class WorkflowService {
this.subscriptions = {}

// mutations defaults
this.associations = null
Copy link
Member

Choose a reason for hiding this comment

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

(This was never used since the commit that introduced it - e7a3fbe#diff-5bf28b4f8de7d141f3dbfe760f5d05effbfc83e4debf8859ebee820fc81bfa7bR209)

@MetRonnie MetRonnie marked this pull request as ready for review May 3, 2022 12:18
@MetRonnie MetRonnie requested a review from datamel May 3, 2022 13:24
@MetRonnie MetRonnie added this to the 1.2.0 milestone May 3, 2022
@MetRonnie MetRonnie added the bug Something isn't working label May 3, 2022
Copy link
Contributor

@datamel datamel left a comment

Choose a reason for hiding this comment

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

I have manually tested this and read through the code changes. I was able to reproduce problem in the issue on master but not on this branch. The solution makes sense to me and I can not spot any errors.

@hjoliver
Copy link
Member

hjoliver commented May 4, 2022

(Not easy to add tests now, as discussed).

@hjoliver hjoliver merged commit ff41e80 into cylc:master May 4, 2022
@oliver-sanders oliver-sanders deleted the workflow-service-mutate-async branch May 4, 2022 09:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

mutations not loading correctly
4 participants