https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=40879 --- Comment #60 from Caroline Cyr La Rose <caroline.cyr-la-rose@inlibro.com> --- (In reply to David Nind from comment #59)
(In reply to Caroline Cyr La Rose from comment #44)
OK I was able to apply the patches and test. I signed off. I hope that's ok even though I contributed a small change.
I didn't know how to update the test plan in the commit message when there are multiple patches, but here is the updated test plan if someone is able to change it :
....
I was able to get the patches to apply as well - maybe I hadn't reset things properly when I tried to test earlier.
I reworded the commit messages using: git rebase -i HEAD~X
- where X = the number of patches to go back (in this case 7) - change pick to reword in the file with the list of patches that is opened after you enter the rebase command - you then get to edit each commit message you've selected
I retested as well, and everything works as per the test plan.
Thanks David! -- You are receiving this mail because: You are watching all bug changes.