-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
fix(deck-picker): 'undo' menu item not updated #18764
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
Conversation
Not sure if we want to cherry pick this one to 2.21: 2.22 is coming very soon |
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 am more enthusiastic about a 2.21.1 than trying to restabilize main for 2.22, I'd prefer for GSoC stuff to merge in (for GSoC morale) and other unsettling things to just go in without worry for a couple months than stabilize, so I'll try to pick it
This comment was marked as outdated.
This comment was marked as outdated.
Never mind, I got it, pushing in a moment |
c4f97d6
to
e5ebf0f
Compare
If an action was performed which did not update studyQueues then it would still update the undo status Fixes 18762 Co-authored-by: Mike Hardy <[email protected]>
e5ebf0f
to
1cb988c
Compare
fixed a lint issue |
If an action was performed which did not update
studyQueues
then it would still update the undo statusHow Has This Been Tested?
Unit test + brief manual test
Checklist