-
-
Notifications
You must be signed in to change notification settings - Fork 322
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
Context is not respected by modify
command.
#3730
Comments
I've also identified the fix and it's straightforward. Tested the fix as well. I'd have to look into tests, but happy to take a stab at making a PR assuming the current behavior is not intentional. |
PRs are great! |
Thanks, will take a look. Also to add, this seems to be the only one that needs to be fixed. Rest seem to be accurate already. |
I wonder if this is related ti #2917? |
I looked into it a little bit and I think the issues are different. Primarily, the issue here is trivial and just needs a change in the CmdModify.cpp to update the field #2917 doesn't seem to be the same. Based on my tests, the filtering does work but there seems to be some special cases that need to be looked at in detail. I'll document my findings in a comment in that ticket. I'm also just about to send out a PR for this one. It contains just the trivial boolean change. |
Sent out this PR but it seems to have a test/coverage failure. Somehow didn't have any failure on my box when I tried to run tests. I assume I did not run the correct tests. Will try to look into this and fix tests. |
Modify should respect the context that is set and only update the appropriate items. However, it updates everything. Note that
task list
works as expected.task diag
command.The text was updated successfully, but these errors were encountered: