-
Notifications
You must be signed in to change notification settings - Fork 27
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
aotf: fix mutations in workflow toolbar #999
Conversation
880a0bf
to
8c80475
Compare
8c80475
to
caf60ae
Compare
I have force-pushed a fix. I'm happy to get this one in and add tests in a separate PR |
caf60ae
to
14e4ede
Compare
@@ -67,7 +67,6 @@ class WorkflowService { | |||
this.subscriptions = {} | |||
|
|||
// mutations defaults | |||
this.associations = null |
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 was never used since the commit that introduced it - e7a3fbe#diff-5bf28b4f8de7d141f3dbfe760f5d05effbfc83e4debf8859ebee820fc81bfa7bR209)
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.
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.
(Not easy to add tests now, as discussed). |
Close #998
Requirements check-list
CONTRIBUTING.md
and added my name as a Code Contributor.