[Koha-bugs] [Bug 38876] Typo in UpdateNotForLoanStatusOnCheckout description
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38876 --- Comment #16 from Chloé Zermatten --- All pushed to 25.11.x Thanks all! -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 38876] Typo in UpdateNotForLoanStatusOnCheckout description
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38876 Chloé Zermatten changed: What|Removed |Added Status|Pushed to main |Pushed to stable Version(s)|26.05.00|26.05.00,25.11.02 released in|| -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 38876] Typo in UpdateNotForLoanStatusOnCheckout description
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38876 --- Comment #15 from Lucas Gass (lukeg) --- Nice work everyone! Pushed to main for 26.05 -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 38876] Typo in UpdateNotForLoanStatusOnCheckout description
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38876 Lucas Gass (lukeg) changed: What|Removed |Added Version(s)||26.05.00 released in|| Status|Passed QA |Pushed to main -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 38876] Typo in UpdateNotForLoanStatusOnCheckout description
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38876 Lucas Gass (lukeg) changed: What|Removed |Added Severity|enhancement |normal -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 38876] Typo in UpdateNotForLoanStatusOnCheckout description
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38876 Lucas Gass (lukeg) changed: What|Removed |Added CC||[email protected] QA Contact|[email protected] |[email protected] |y.org | -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 38876] Typo in UpdateNotForLoanStatusOnCheckout description
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38876 Lucas Gass (lukeg) changed: What|Removed |Added Attachment #190901|0 |1 is obsolete|| --- Comment #14 from Lucas Gass (lukeg) --- Created attachment 191032 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=191032&action=edit Bug 38876: (follow-up) fix db rev syntax was wrong for dbrev To test apply patches dbic updatedatatbase koha-mysql kohadev select * from systempreferences where variable='UpdateNotForLoanStatusOnCheckout'; confirm the updated description Signed-off-by: Owen Leonard Signed-off-by: Lucas Gass -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 38876] Typo in UpdateNotForLoanStatusOnCheckout description
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38876 Lucas Gass (lukeg) changed: What|Removed |Added Attachment #190900|0 |1 is obsolete|| --- Comment #13 from Lucas Gass (lukeg) --- Created attachment 191031 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=191031&action=edit Bug 38876: (QA follow-up) automicupdate Signed-off-by: Owen Leonard Signed-off-by: Lucas Gass -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 38876] Typo in UpdateNotForLoanStatusOnCheckout description
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38876 Lucas Gass (lukeg) changed: What|Removed |Added Attachment #190899|0 |1 is obsolete|| --- Comment #12 from Lucas Gass (lukeg) --- Created attachment 191030 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=191030&action=edit Bug 38876: Fixed typo in descrption of UpdateNotForLoanStatusOnCheckout Test Plan 1. Before applying, navigate to administration->system preferences -> UpdateNotForLoanStatusOnCheckout 2. Observe the language in the description "When an item is checked out, if the not for loan value on the left matches the items not for loan value it will be updated to the right-hand value" 3. Apply the patch 4. Navigate to administration->system preferences -> UpdateNotForLoanStatusOnCheckout 5. Observe the language in the description has been updated to "When an item is checked out, if its not for loan value matches the value on the left, then the items not for loan value will be updated to the value on the right" 6. Do a reset all and confirm the language is correct Signed-off-by: Andrew Auld Signed-off-by: Owen Leonard Signed-off-by: Lucas Gass -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 38876] Typo in UpdateNotForLoanStatusOnCheckout description
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38876 Lucas Gass (lukeg) changed: What|Removed |Added Status|Signed Off |Passed QA -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 38876] Typo in UpdateNotForLoanStatusOnCheckout description
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38876 --- Comment #11 from Owen Leonard --- Created attachment 190901 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=190901&action=edit Bug 38876: (follow-up) fix db rev syntax was wrong for dbrev To test apply patches dbic updatedatatbase koha-mysql kohadev select * from systempreferences where variable='UpdateNotForLoanStatusOnCheckout'; confirm the updated description Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 38876] Typo in UpdateNotForLoanStatusOnCheckout description
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38876 --- Comment #10 from Owen Leonard --- Created attachment 190900 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=190900&action=edit Bug 38876: (QA follow-up) automicupdate Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 38876] Typo in UpdateNotForLoanStatusOnCheckout description
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38876 Owen Leonard changed: What|Removed |Added Attachment #189900|0 |1 is obsolete|| Attachment #190798|0 |1 is obsolete|| Attachment #190799|0 |1 is obsolete|| --- Comment #9 from Owen Leonard --- Created attachment 190899 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=190899&action=edit Bug 38876: Fixed typo in descrption of UpdateNotForLoanStatusOnCheckout Test Plan 1. Before applying, navigate to administration->system preferences -> UpdateNotForLoanStatusOnCheckout 2. Observe the language in the description "When an item is checked out, if the not for loan value on the left matches the items not for loan value it will be updated to the right-hand value" 3. Apply the patch 4. Navigate to administration->system preferences -> UpdateNotForLoanStatusOnCheckout 5. Observe the language in the description has been updated to "When an item is checked out, if its not for loan value matches the value on the left, then the items not for loan value will be updated to the value on the right" 6. Do a reset all and confirm the language is correct Signed-off-by: Andrew Auld Signed-off-by: Owen Leonard -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 38876] Typo in UpdateNotForLoanStatusOnCheckout description
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38876 Owen Leonard changed: What|Removed |Added Status|Needs Signoff |Signed Off Patch complexity|--- |Small patch -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 38876] Typo in UpdateNotForLoanStatusOnCheckout description
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38876 Lisette Scheer changed: What|Removed |Added CC||[email protected] ||m -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 38876] Typo in UpdateNotForLoanStatusOnCheckout description
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38876 --- Comment #8 from Jessie Zairo --- Created attachment 190799 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=190799&action=edit Bug 38876: (follow-up) fix db rev syntax was wrong for dbrev To test apply patches dbic updatedatatbase koha-mysql kohadev select * from systempreferences where variable='UpdateNotForLoanStatusOnCheckout'; confirm the updated description -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 38876] Typo in UpdateNotForLoanStatusOnCheckout description
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38876 --- Comment #7 from Jessie Zairo --- added patch to update the system preference in the database for existing Koha installations. -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 38876] Typo in UpdateNotForLoanStatusOnCheckout description
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38876 --- Comment #6 from Jessie Zairo --- Created attachment 190798 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=190798&action=edit Bug 38876: (QA follow-up) automicupdate -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 38876] Typo in UpdateNotForLoanStatusOnCheckout description
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38876 Jessie Zairo changed: What|Removed |Added Status|Failed QA |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 38876] Typo in UpdateNotForLoanStatusOnCheckout description
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38876 OpenFifth Sandboxes changed: What|Removed |Added Attachment #189893|0 |1 is obsolete|| --- Comment #5 from OpenFifth Sandboxes --- Created attachment 189900 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=189900&action=edit Bug 38876: Fixed typo in descrption of UpdateNotForLoanStatusOnCheckout Test Plan 1.before applying, navigate to administration->system preferences -> UpdateNotForLoanStatusOnCheckout 2.observe the language in the description "When an item is checked out, if the not for loan value on the left matches the items not for loan value it will be updated to the right-hand value" 3.apply the patch 4.navigate to administration->system preferences -> UpdateNotForLoanStatusOnCheckout 5.observe the language in the description has been updated to "When an item is checked out, if its not for loan value matches the value on the left, then the items not for loan value will be updated to the value on the right" 6.Do a reset all and confirm the language is correct Signed-off-by: Andrew Auld -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 38876] Typo in UpdateNotForLoanStatusOnCheckout description
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38876 David Cook changed: What|Removed |Added CC||[email protected] Status|Signed Off |Failed QA --- Comment #4 from David Cook --- This looks wonderful, Jessie! This does a great job of updating the system preference description in the UI, and updating description in the database for new Koha installations. Unfortunately, it doesn't update the system preference in the database for existing Koha installations. While users won't be able to notice this, I think that we generally try to keep the database values and the values in sysprefs.sql in sync. I'm sorry but I think I need to mark this as Failed QA! Happy to help you with creating the database upgrade for the missing piece! -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 38876] Typo in UpdateNotForLoanStatusOnCheckout description
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38876 Andrew Auld changed: What|Removed |Added Status|Needs Signoff |Signed Off --- Comment #3 from Andrew Auld --- Great job! looks perfect to me. I hear this is your first patch…awesome! -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 38876] Typo in UpdateNotForLoanStatusOnCheckout description
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38876 OpenFifth Sandboxes changed: What|Removed |Added Attachment #189891|0 |1 is obsolete|| --- Comment #2 from OpenFifth Sandboxes --- Created attachment 189893 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=189893&action=edit Bug 38876: Fixed typo in descrption of UpdateNotForLoanStatusOnCheckout Test Plan 1.before applying, navigate to administration->system preferences -> UpdateNotForLoanStatusOnCheckout 2.observe the language in the description "When an item is checked out, if the not for loan value on the left matches the items not for loan value it will be updated to the right-hand value" 3.apply the patch 4.navigate to administration->system preferences -> UpdateNotForLoanStatusOnCheckout 5.observe the language in the description has been updated to "When an item is checked out, if its not for loan value matches the value on the left, then the items not for loan value will be updated to the value on the right" 6.Do a reset all and confirm the language is correct Signed-off-by: Andrew Auld -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 38876] Typo in UpdateNotForLoanStatusOnCheckout description
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38876 Andrew Auld changed: What|Removed |Added CC||[email protected] -- You are receiving this mail because: You are watching all bug changes. ___ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 38876] Typo in UpdateNotForLoanStatusOnCheckout description
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38876 Jessie Zairo changed: What|Removed |Added Assignee|[email protected] |[email protected] |ity.org | CC||[email protected] -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. ___ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 38876] Typo in UpdateNotForLoanStatusOnCheckout description
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38876 --- Comment #1 from Jessie Zairo --- Created attachment 189891 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=189891&action=edit Bug 38876: Fixed typo in descrption of UpdateNotForLoanStatusOnCheckout Test Plan 1.before applying, navigate to administration->system preferences -> UpdateNotForLoanStatusOnCheckout 2.observe the language in the description "When an item is checked out, if the not for loan value on the left matches the items not for loan value it will be updated to the right-hand value" 3.apply the patch 4.navigate to administration->system preferences -> UpdateNotForLoanStatusOnCheckout 5.observe the language in the description has been updated to "When an item is checked out, if its not for loan value matches the value on the left, then the items not for loan value will be updated to the value on the right" 6.Do a reset all and confirm the language is correct -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. ___ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
[Koha-bugs] [Bug 38876] Typo in UpdateNotForLoanStatusOnCheckout description
https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=38876 Jessie Zairo changed: What|Removed |Added Status|NEW |Needs Signoff -- You are receiving this mail because: You are watching all bug changes. You are the assignee for the bug. ___ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
